diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-11-16 13:34:59 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-11-16 13:34:59 +0000 |
commit | 7880de87452a53a4bb74fad85bac2b322d13d1ad (patch) | |
tree | ec648e667efbbbd8a24c3bfaa3fe08516e6a7bee /net-mgmt/irrtoolset/files/patch-ah | |
parent | Update to 0.196 (diff) |
Upgrade and rename: net/ratoolset-3.5.8 to net/irrtoolset-4.7.2
PR: ports/42391
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=70239
Diffstat (limited to 'net-mgmt/irrtoolset/files/patch-ah')
-rw-r--r-- | net-mgmt/irrtoolset/files/patch-ah | 20 |
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; - |