blob: 8b5ea8e2e1e6df0f63dc71e520ad25dfe5a3bfc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.6 1999/10/28 02:40:24 hubertf Exp $
--- 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 */
|