summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/files/patch-ah
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /net-mgmt/irrtoolset/files/patch-ah
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
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;
-