mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
- do not bumping PORTREVISION, because it's non-functional change PR: 167943 Submitted by: Garrett Cooper <yanegomi at gmail dot com> Approved by: chifeng <chifeng at gmail dot com> (maintainer)
11 lines
351 B
C
11 lines
351 B
C
--- libbif.c 2012-05-14 23:13:03.000000000 -0700
|
|
+++ libbif.c 2012-05-14 23:13:42.000000000 -0700
|
|
@@ -27,7 +27,7 @@
|
|
#include <string.h>
|
|
#endif
|
|
|
|
-#if defined(linux) || defined(__DragonFly__) || defined(macosx)
|
|
+#if defined(linux) || defined(__DragonFly__) || defined(macosx) || defined(__FreeBSD__)
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#endif
|