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-al | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-mgmt/irrtoolset/files/patch-al (limited to 'net-mgmt/irrtoolset/files/patch-al') diff --git a/net-mgmt/irrtoolset/files/patch-al b/net-mgmt/irrtoolset/files/patch-al new file mode 100644 index 000000000000..49b068f99199 --- /dev/null +++ b/net-mgmt/irrtoolset/files/patch-al @@ -0,0 +1,11 @@ +--- src/prtraceroute/netraw.hh.orig Sat Nov 27 18:46:27 1999 ++++ src/prtraceroute/netraw.hh Sat Nov 27 18:46:49 1999 +@@ -121,7 +121,7 @@ + rawIP (int protocol = IPPROTO_RAW); + rawIP (char *hostname, int protocol = IPPROTO_RAW); + +- setIpaddresses (); // can be used for incoming packets. ++ void setIpaddresses (); // can be used for incoming packets. + + int write (){return rawPacket::write ((char *) ip_hdr, ip_hdr->ip_len);} + int send (){return rawPacket::send ((char *) ip_hdr, ip_hdr->ip_len);} -- cgit v1.2.3