]> git.sur5r.net Git - openldap/commitdiff
RAGE: LDAPD Linux does have <sys/filio.h>
authorKurt Zeilenga <kurt@openldap.org>
Sun, 9 Aug 1998 04:38:40 +0000 (04:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 9 Aug 1998 04:38:40 +0000 (04:38 +0000)
servers/ldapd/association.c

index ab15d0460a67ae20082600fbf8198b694d6ff492..cea7b959a1ea64d45e8ff0b97fc4529e5399bd78 100644 (file)
@@ -28,7 +28,7 @@
 #endif
 #include "common.h"
 #ifdef SVR4
-#if !defined(_AIX) && !defined(__osf__)
+#if !defined(_AIX) && !defined(__osf__) && !defined(linux)
 #include <sys/filio.h>
 #endif
 #endif