summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-cygwin_util.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-19 00:13:38 +1000
committerDamien Miller <djm@mindrot.org>2003-05-19 00:13:38 +1000
commit317412502b900ddecdafdfa171da99271846478b (patch)
tree2e04f618288cdf0c16a98b675b28b8287a15a0c6 /openbsd-compat/bsd-cygwin_util.h
parente323df6c4851b04386e747a009474f469fe97137 (diff)
- (djm) Big KNF on openbsd-compat/
Diffstat (limited to 'openbsd-compat/bsd-cygwin_util.h')
-rw-r--r--openbsd-compat/bsd-cygwin_util.h8
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
41int binary_open(const char *filename, int flags, ...); 41int binary_open(const char *, int , ...);
42int binary_pipe(int fd[2]); 42int binary_pipe(int fd[2]);
43int check_nt_auth(int pwd_authenticated, struct passwd *pw); 43int check_nt_auth(int, struct passwd *);
44int check_ntsec(const char *filename); 44int check_ntsec(const char *);
45void register_9x_service(void); 45void register_9x_service(void);
46 46
47#define open binary_open 47#define open binary_open