diff options
Diffstat (limited to 'openbsd-compat/bsd-cygwin_util.h')
-rw-r--r-- | openbsd-compat/bsd-cygwin_util.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h index af470bdd8..859afbef5 100644 --- a/openbsd-compat/bsd-cygwin_util.h +++ b/openbsd-compat/bsd-cygwin_util.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: bsd-cygwin_util.h,v 1.7 2002/04/15 22:00:52 stevesk Exp $ */ | 1 | /* $Id: bsd-cygwin_util.h,v 1.8 2003/05/18 14:13:39 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * cygwin_util.c | 4 | * cygwin_util.c |
@@ -38,10 +38,10 @@ | |||
38 | 38 | ||
39 | #include <io.h> | 39 | #include <io.h> |
40 | 40 | ||
41 | int binary_open(const char *filename, int flags, ...); | 41 | int binary_open(const char *, int , ...); |
42 | int binary_pipe(int fd[2]); | 42 | int binary_pipe(int fd[2]); |
43 | int check_nt_auth(int pwd_authenticated, struct passwd *pw); | 43 | int check_nt_auth(int, struct passwd *); |
44 | int check_ntsec(const char *filename); | 44 | int check_ntsec(const char *); |
45 | void register_9x_service(void); | 45 | void register_9x_service(void); |
46 | 46 | ||
47 | #define open binary_open | 47 | #define open binary_open |