$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