mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
$NetBSD: patch-ac,v 1.2 2011/04/01 16:48:36 gdt Exp $
|
|
|
|
--- src/plugbase.h.orig 2009-05-06 22:28:18.000000000 +0000
|
|
+++ src/plugbase.h
|
|
@@ -50,7 +50,7 @@
|
|
# undef Free
|
|
#endif
|
|
|
|
-#if defined(SOLARIS) || defined(FREEBSD) || defined(OPENBSD)
|
|
+#if defined(SOLARIS) || defined(FREEBSD) || defined(OPENBSD) || defined(NETBSD)
|
|
# include <sys/param.h>
|
|
#endif
|
|
|