diff options
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 0b660cf92..2c97671b1 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.21 2003/05/15 02:27:08 djm Exp $ */ | 1 | /* $Id: openbsd-compat.h,v 1.22 2003/06/05 08:52:48 djm Exp $ */ |
2 | 2 | ||
3 | #ifndef _OPENBSD_H | 3 | #ifndef _OPENBSD_H |
4 | #define _OPENBSD_H | 4 | #define _OPENBSD_H |
@@ -38,9 +38,7 @@ | |||
38 | #include "bsd-waitpid.h" | 38 | #include "bsd-waitpid.h" |
39 | 39 | ||
40 | /* rfc2553 socket API replacements */ | 40 | /* rfc2553 socket API replacements */ |
41 | #include "fake-getaddrinfo.h" | 41 | #include "fake-rfc2553.h" |
42 | #include "fake-getnameinfo.h" | ||
43 | #include "fake-socket.h" | ||
44 | 42 | ||
45 | /* Routines for a single OS platform */ | 43 | /* Routines for a single OS platform */ |
46 | #include "bsd-cray.h" | 44 | #include "bsd-cray.h" |