mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
19 lines
743 B
Plaintext
19 lines
743 B
Plaintext
$NetBSD: patch-ac,v 1.1 2008/08/25 19:35:30 bjs Exp $
|
|
|
|
--- libbif.c.orig 2008-07-17 11:07:10.000000000 -0400
|
|
+++ libbif.c
|
|
@@ -20,11 +20,11 @@
|
|
#include <sys/fcntl.h>
|
|
#endif
|
|
|
|
-#if defined(OSV5) || defined(linux) || defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__) || defined(__DragonFly__)
|
|
+#if defined(OSV5) || defined(linux) || defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__) || defined(__DragonFly__) || defined(__NetBSD__)
|
|
#include <string.h>
|
|
#endif
|
|
|
|
-#if defined(linux) || defined(__DragonFly__) || defined(macosx)
|
|
+#if defined(linux) || defined(__DragonFly__) || defined(macosx) || defined(__NetBSD__)
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#endif
|