summaryrefslogtreecommitdiff
path: root/net/irrtoolset/files/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'net/irrtoolset/files/patch-al')
-rw-r--r--net/irrtoolset/files/patch-al11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/irrtoolset/files/patch-al b/net/irrtoolset/files/patch-al
deleted file mode 100644
index 49b068f99199..000000000000
--- a/net/irrtoolset/files/patch-al
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);}