Deleted Added
full compact
bsd-cygwin_util.h (124208) bsd-cygwin_util.h (146998)
1/* $Id: bsd-cygwin_util.h,v 1.10 2003/08/07 06:28:16 dtucker Exp $ */
1/* $Id: bsd-cygwin_util.h,v 1.11 2004/08/30 10:42:08 dtucker Exp $ */
2
3/*
4 * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 31 unchanged lines hidden (view full) ---

41#include <sys/cygwin.h>
42#include <io.h>
43
44int binary_open(const char *, int , ...);
45int binary_pipe(int fd[2]);
46int check_nt_auth(int, struct passwd *);
47int check_ntsec(const char *);
48void register_9x_service(void);
2
3/*
4 * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 31 unchanged lines hidden (view full) ---

41#include <sys/cygwin.h>
42#include <io.h>
43
44int binary_open(const char *, int , ...);
45int binary_pipe(int fd[2]);
46int check_nt_auth(int, struct passwd *);
47int check_ntsec(const char *);
48void register_9x_service(void);
49char **fetch_windows_environment(void);
50void free_windows_environment(char **);
49
50#define open binary_open
51#define pipe binary_pipe
52
53#endif /* HAVE_CYGWIN */
54
55#endif /* _BSD_CYGWIN_UTIL_H */
51
52#define open binary_open
53#define pipe binary_pipe
54
55#endif /* HAVE_CYGWIN */
56
57#endif /* _BSD_CYGWIN_UTIL_H */