diff options
Diffstat (limited to 'net-mgmt/bandwidthd/files/patch-conf.tab.c')
-rw-r--r-- | net-mgmt/bandwidthd/files/patch-conf.tab.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/bandwidthd/files/patch-conf.tab.c b/net-mgmt/bandwidthd/files/patch-conf.tab.c deleted file mode 100644 index ad318ab770e1..000000000000 --- a/net-mgmt/bandwidthd/files/patch-conf.tab.c +++ /dev/null @@ -1,19 +0,0 @@ ---- conf.tab.c.orig Sun Sep 14 10:34:01 2003 -+++ conf.tab.c Sun Nov 2 12:21:17 2003 -@@ -23,11 +23,15 @@ - #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> --#include <wait.h> -+#include <sys/wait.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> |