summaryrefslogtreecommitdiff
path: root/net/bandwidthd/files/patch-conf.y
diff options
context:
space:
mode:
Diffstat (limited to 'net/bandwidthd/files/patch-conf.y')
-rw-r--r--net/bandwidthd/files/patch-conf.y14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/bandwidthd/files/patch-conf.y b/net/bandwidthd/files/patch-conf.y
new file mode 100644
index 000000000000..76a5852adfa8
--- /dev/null
+++ b/net/bandwidthd/files/patch-conf.y
@@ -0,0 +1,14 @@
+--- conf.y.orig Sun Sep 14 10:33:53 2003
++++ conf.y Sun Nov 2 12:21:18 2003
+@@ -2,7 +2,11 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <unistd.h>
++#ifdef FREEBSD
++#include <stdlib.h>
++#else
+ #include <malloc.h>
++#endif
+ #include <unistd.h>
+ #include <sys/types.h>
+ #include <signal.h>