blob: b070c9ef7b7a972626e3dbcd5777bd4b5c7c408c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-be,v 1.2 2016/10/09 03:41:56 ryoon Exp $
--- lib/netUtil/netUtilLinux.c.orig 2016-02-16 20:06:46.000000000 +0000
+++ lib/netUtil/netUtilLinux.c
@@ -31,7 +31,7 @@
#endif
-#if !defined(__linux__) && !defined(__FreeBSD__) && !defined(sun) && !defined(__APPLE__)
+#if !defined(__linux__) && !defined(__FreeBSD__) && !defined(sun) && !defined(__APPLE__) && !defined(__NetBSD__)
# error This file should not be compiled
#endif
|