From f338314e2ee4b4202ed368c9448732f5061978ef Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 28 Nov 1999 18:15:18 +0000 Subject: Cope with ANSI C++'isms when gcc 2.95 is the system compiler. --- net/irrtoolset/files/patch-ah | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/irrtoolset/files/patch-ah (limited to 'net/irrtoolset/files/patch-ah') diff --git a/net/irrtoolset/files/patch-ah b/net/irrtoolset/files/patch-ah new file mode 100644 index 000000000000..4278782c08ab --- /dev/null +++ b/net/irrtoolset/files/patch-ah @@ -0,0 +1,20 @@ +--- 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 &l, ++static void insert_or_update_filter_action(ListHead &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 &l, ++static void insert_or_update_filter_action(ListHead &l, + ActionNode *action, FilterNode *filter) { + Filter_Action *fap, *fap2; + -- cgit v1.2.3