diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-13 13:51:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-13 13:51:28 +0000 |
commit | bf83942acb22f9954feecc4e14cdf757f8868121 (patch) | |
tree | 072f381a0d42f6afa1e0b5e535d01edd0ce1f494 /net/p5-Net-ARP/files/patch-send_packet_bsd.c | |
parent | - Add LICENSE (diff) |
- Add LICENSE
- Strip shared library
- Regenerate patch files with makepatch:
- Reformat pkg-descr
- Bump PORTREVISION for package change
- Take maintainership
Notes
Notes:
svn path=/head/; revision=389363
Diffstat (limited to 'net/p5-Net-ARP/files/patch-send_packet_bsd.c')
-rw-r--r-- | net/p5-Net-ARP/files/patch-send_packet_bsd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-ARP/files/patch-send_packet_bsd.c b/net/p5-Net-ARP/files/patch-send_packet_bsd.c index 88313c1a1624..f724e1f37041 100644 --- a/net/p5-Net-ARP/files/patch-send_packet_bsd.c +++ b/net/p5-Net-ARP/files/patch-send_packet_bsd.c @@ -1,6 +1,6 @@ ---- send_packet_bsd.c.orig 2009-05-04 16:27:55.000000000 -0700 -+++ send_packet_bsd.c 2009-05-04 16:28:43.000000000 -0700 -@@ -56,7 +56,13 @@ +--- send_packet_bsd.c.orig 2009-05-23 11:11:58 UTC ++++ send_packet_bsd.c +@@ -56,7 +56,13 @@ int send_packet_bsd(const char *dev, u_c flock(bpffd,LOCK_EX); // Bind it to a device |