diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-01 17:39:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-01 17:39:49 +0000 |
commit | ed48dbc9d92e91cc6c6d71ab1817383fa010c667 (patch) | |
tree | 090d66e830016e3cf1fa94db51e3093d81cfbd2b /net-mgmt/bgpq/files/patch-ro.c | |
parent | Update xemacs-devel and xemacs-devel-mule to 21.5-b26. (diff) |
- Update to 1.0.9.1
PR: ports/93064
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: maintainer timeout (almost 2 months)
Diffstat (limited to '')
-rw-r--r-- | net-mgmt/bgpq/files/patch-ro.c | 27 |
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); |