diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-18 02:30:55 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-18 02:30:55 +0100 |
commit | 2deb3f64f60d5fe0331f87416d99536b220d7a4f (patch) | |
tree | 1d5e69bd29c83bd339c14b970d1189843260f2ba /openbsd-compat/bsd-cygwin_util.h | |
parent | KNF (diff) | |
download | openssh-2deb3f64f60d5fe0331f87416d99536b220d7a4f.tar.xz openssh-2deb3f64f60d5fe0331f87416d99536b220d7a4f.zip |
- (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
<vinschen@redhat.com> and myself.
Diffstat (limited to 'openbsd-compat/bsd-cygwin_util.h')
-rw-r--r-- | openbsd-compat/bsd-cygwin_util.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h index b5d63cdc7..e2d4b4dae 100644 --- a/openbsd-compat/bsd-cygwin_util.h +++ b/openbsd-compat/bsd-cygwin_util.h @@ -13,9 +13,10 @@ * binary mode on Windows systems. */ -/* $Id: bsd-cygwin_util.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ +/* $Id: bsd-cygwin_util.h,v 1.3 2001/02/18 01:30:56 djm Exp $ */ -#include "config.h" +#ifndef _BSD_CYGWIN_UTIL_H +#define _BSD_CYGWIN_UTIL_H #ifdef HAVE_CYGWIN @@ -28,3 +29,5 @@ int check_ntsec(const char *filename); #define pipe binary_pipe #endif /* HAVE_CYGWIN */ + +#endif /* _BSD_CYGWIN_UTIL_H */ |