diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-05 08:50:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-05 08:50:19 +0000 |
commit | e81d45a13f3a82aee6d2ac5b359dab0413a3c673 (patch) | |
tree | 941666b035526f91d56fa3a5d260406cd0fda8f2 /net-mgmt/bandwidthd/files/patch-conf.tab.c | |
parent | - fixes a comment that did no longer match. (diff) |
- Update to version 1.1.7
PR: 59967
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=95111
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> |