summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-cygwin_util.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-18 12:30:55 +1100
committerDamien Miller <djm@mindrot.org>2001-02-18 12:30:55 +1100
commit2deb3f64f60d5fe0331f87416d99536b220d7a4f (patch)
tree1d5e69bd29c83bd339c14b970d1189843260f2ba /openbsd-compat/bsd-cygwin_util.h
parente74ebd03c23896f3f3d3f00cf5cc44c3f16c4c43 (diff)
- (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.h7
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 @@
13 * binary mode on Windows systems. 13 * binary mode on Windows systems.
14 */ 14 */
15 15
16/* $Id: bsd-cygwin_util.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ 16/* $Id: bsd-cygwin_util.h,v 1.3 2001/02/18 01:30:56 djm Exp $ */
17 17
18#include "config.h" 18#ifndef _BSD_CYGWIN_UTIL_H
19#define _BSD_CYGWIN_UTIL_H
19 20
20#ifdef HAVE_CYGWIN 21#ifdef HAVE_CYGWIN
21 22
@@ -28,3 +29,5 @@ int check_ntsec(const char *filename);
28#define pipe binary_pipe 29#define pipe binary_pipe
29 30
30#endif /* HAVE_CYGWIN */ 31#endif /* HAVE_CYGWIN */
32
33#endif /* _BSD_CYGWIN_UTIL_H */