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/bandwidthd/files/patch-conf.y | |
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/bandwidthd/files/patch-conf.y')
-rw-r--r-- | net/bandwidthd/files/patch-conf.y | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/bandwidthd/files/patch-conf.y b/net/bandwidthd/files/patch-conf.y deleted file mode 100644 index 76a5852adfa8..000000000000 --- a/net/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> |