summaryrefslogtreecommitdiff
path: root/net/NeTraMet/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/NeTraMet/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/NeTraMet/files/patch-ab')
-rw-r--r--net/NeTraMet/files/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/NeTraMet/files/patch-ab b/net/NeTraMet/files/patch-ab
deleted file mode 100644
index 7e4937b77152..000000000000
--- a/net/NeTraMet/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- src/bgp/integrat/readbgp.c.orig Sun Mar 23 17:40:57 2003
-+++ src/bgp/integrat/readbgp.c Sun Mar 23 17:41:06 2003
-@@ -119,7 +119,6 @@
- #ifdef __unix__
- #define min(a,b) (((a) < (b)) ? (a) : (b))
- #define _sys_errlist sys_errlist
--int sys_nerr;
- #if !defined(ALPHA) && !defined(IRIX) && !defined(NETBSD)
- extern const char *const sys_errlist[];
- #endif