summaryrefslogtreecommitdiff
path: root/net/argus/files/patch-ab
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
commit60aab665670e50cb18bba45ee25f2ed091759741 (patch)
tree924c1af9c149083e0626ceb279b67ad6ca69e630 /net/argus/files/patch-ab
parentBROKEN on !i386: Does not compile (diff)
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
Diffstat (limited to 'net/argus/files/patch-ab')
-rw-r--r--net/argus/files/patch-ab17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/argus/files/patch-ab b/net/argus/files/patch-ab
deleted file mode 100644
index 3c8be2610584..000000000000
--- a/net/argus/files/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
---- include/argus_filter.h~ Fri May 31 14:11:34 2002
-+++ include/argus_filter.h Wed Dec 25 22:13:46 2002
-@@ -216,7 +216,13 @@
- extern void *ArgusCalloc (int, int);
- extern void ArgusFree (void *);
-
--extern void error(va_list);
-+/*extern void error(va_list);*/
-+#if defined(__STDC__)
-+void error(const char *fmt, ...);
-+#else
-+void error(const char *fmt, va_dcl);
-+#endif
-+
- extern void warning(va_list);
-
- extern char *savestr(const char *);