blob: 4324e9e2e875e609fcdbc4e799613c7856f53cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- common/config_unix.h.orig Sat Oct 2 20:58:55 1999
+++ common/config_unix.h Sat Oct 2 20:58:28 1999
@@ -73,7 +73,7 @@
#include <netdb.h>
#include <arpa/inet.h>
extern int h_errno;
-#if !defined(HPUX) && !defined(Linux) && !defined(__FreeBSD__)
+#if !defined(HPUX) && !defined(Linux) && !defined(__FreeBSD__) && !defined(__NetBSD__)
#include <stropts.h>
#include <sys/filio.h>
#endif /* HPUX */
|