1388779675
- Include prototypes to fix dire warnings on 64-bit platforms. ok brad@
13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
$OpenBSD: patch-libbif_c,v 1.1 2003/09/30 10:25:34 naddy Exp $
|
|
--- libbif.c.orig 2003-09-29 15:45:01.000000000 +0200
|
|
+++ libbif.c 2003-09-29 15:45:35.000000000 +0200
|
|
@@ -20,7 +20,7 @@
|
|
#include <sys/fcntl.h>
|
|
#endif
|
|
|
|
-#if defined(OSFV5) || defined(linux)
|
|
+#if defined(OSFV5) || defined(linux) || defined(__OpenBSD__)
|
|
#include <string.h>
|
|
#endif
|
|
|