diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /net/irrtoolset/files/patch-al | |
parent | ce2feffa5c14f7f8552190efb9d77dcec41d3987 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Notes
Notes:
svn path=/head/; revision=29673
svn path=/tags/RELEASE_3_5_0/; revision=29674; tag=release/3.5.0
Diffstat (limited to 'net/irrtoolset/files/patch-al')
-rw-r--r-- | net/irrtoolset/files/patch-al | 11 |
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);} |