aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bgpq/files/patch-ro.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/bgpq/files/patch-ro.c')
-rw-r--r--net-mgmt/bgpq/files/patch-ro.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-mgmt/bgpq/files/patch-ro.c b/net-mgmt/bgpq/files/patch-ro.c
deleted file mode 100644
index 5563b4976daf..000000000000
--- a/net-mgmt/bgpq/files/patch-ro.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- ro.c.orig Wed Oct 15 06:07:13 2003
-+++ ro.c Wed Oct 15 06:07:38 2003
-@@ -471,18 +471,18 @@
- if(extrange) {
- if(retval<100 || (retval>199 && retval<2000) || retval>2699) {
- fprintf(f,"\
--!=============================================================================
--! WARNING ! %s is out of extended access-list ranges (100-199 and 2000-2699)
--!=============================================================================
-+!=============================================================================\n\
-+! WARNING ! %s is out of extended access-list ranges (100-199 and 2000-2699)\n\
-+!=============================================================================\n\
- ",string);
- exit(1);
- };
- } else {
- if((retval>100 && retval<1300) || retval>1999) {
- fprintf(f,"\
--!=============================================================================
--! WARNING ! %s is out of standard access-list ranges (1-99 and 1300-1999)
--!=============================================================================
-+!=============================================================================\n\
-+! WARNING ! %s is out of standard access-list ranges (1-99 and 1300-1999)\n\
-+!=============================================================================\n\
- ",string);
-
- exit(1);