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-mgmt/irrtoolset/files/patch-ab | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net-mgmt/irrtoolset/files/patch-ab (limited to 'net-mgmt/irrtoolset/files/patch-ab') diff --git a/net-mgmt/irrtoolset/files/patch-ab b/net-mgmt/irrtoolset/files/patch-ab new file mode 100644 index 000000000000..6566ed2b1af4 --- /dev/null +++ b/net-mgmt/irrtoolset/files/patch-ab @@ -0,0 +1,20 @@ +--- src/dbase/Route.hh.orig Sat Nov 27 18:08:21 1999 ++++ src/dbase/Route.hh Sat Nov 27 18:08:41 1999 +@@ -92,7 +92,7 @@ + clear(); + } + +- clear () { ++ void clear () { + pix = NULL; + _dontcare = 0; + } +@@ -248,7 +248,7 @@ + pref = 0; + } + +- set (Pix asn, int p) { ++ void set (Pix asn, int p) { + asno = asn; + pref = p; + } -- cgit v1.2.3