summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/files/patch-ah
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /net-mgmt/irrtoolset/files/patch-ah
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes: svn path=/head/; revision=30942 svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'net-mgmt/irrtoolset/files/patch-ah')
-rw-r--r--net-mgmt/irrtoolset/files/patch-ah20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mgmt/irrtoolset/files/patch-ah b/net-mgmt/irrtoolset/files/patch-ah
deleted file mode 100644
index 4278782c08ab..000000000000
--- a/net-mgmt/irrtoolset/files/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/dbase/irr_parser.y.orig Sat Nov 27 18:23:53 1999
-+++ src/dbase/irr_parser.y Sat Nov 27 18:25:00 1999
-@@ -90,7 +90,7 @@
- char *error_while_expecting = NULL;
-
- static regexp_symbol *re_symbol;
--static insert_or_update_filter_action(ListHead<Filter_Action> &l,
-+static void insert_or_update_filter_action(ListHead<Filter_Action> &l,
- ActionNode *action, FilterNode *filter);
- static ASPolicy *find_or_insert_peer_as(Pix peer);
- static InterASPolicy *find_or_insert_peering(ASPolicy *p, Pix laddr, Pix raddr);
-@@ -635,7 +635,7 @@
- return(0);
- }
-
--static insert_or_update_filter_action(ListHead<Filter_Action> &l,
-+static void insert_or_update_filter_action(ListHead<Filter_Action> &l,
- ActionNode *action, FilterNode *filter) {
- Filter_Action *fap, *fap2;
-