diff options
Diffstat (limited to 'net-mgmt/bandwidthd/files/patch-conf.y')
-rw-r--r-- | net-mgmt/bandwidthd/files/patch-conf.y | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mgmt/bandwidthd/files/patch-conf.y b/net-mgmt/bandwidthd/files/patch-conf.y deleted file mode 100644 index 76a5852adfa8..000000000000 --- a/net-mgmt/bandwidthd/files/patch-conf.y +++ /dev/null @@ -1,14 +0,0 @@ ---- 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> |