summaryrefslogtreecommitdiff
path: root/net/irrtoolset/files/patch-am
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:15:18 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:15:18 +0000
commitf338314e2ee4b4202ed368c9448732f5061978ef (patch)
tree0ff622e77d3e2c75af2b265aa4fd82f9a5b88a03 /net/irrtoolset/files/patch-am
parentUpdate to Tcl/Tk version 8.2. (diff)
Cope with ANSI C++'isms when gcc 2.95 is the system compiler.
Notes
Notes: svn path=/head/; revision=23471
Diffstat (limited to 'net/irrtoolset/files/patch-am')
-rw-r--r--net/irrtoolset/files/patch-am11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/irrtoolset/files/patch-am b/net/irrtoolset/files/patch-am
new file mode 100644
index 000000000000..70e7cb9572ed
--- /dev/null
+++ b/net/irrtoolset/files/patch-am
@@ -0,0 +1,11 @@
+--- src/prtraceroute/prtraceroute.hh.orig Sat Nov 27 18:47:35 1999
++++ src/prtraceroute/prtraceroute.hh Sat Nov 27 18:47:45 1999
+@@ -121,7 +121,7 @@
+ u_int flags;
+ void _add (ipAddr *ipaddr);
+
+- _hop () {
++ void _hop () {
+ ipaddr = (ipAddr *) NULL;
+ autnum = NULL;
+ route = new Route();