freebsd-ports/net/p5-Net-ARP/files/patch-ARP.xs
Sunpoet Po-Chuan Hsieh bf83942acb - Add LICENSE
- Strip shared library
- Regenerate patch files with makepatch:
- Reformat pkg-descr
- Bump PORTREVISION for package change
- Take maintainership
2015-06-13 13:51:28 +00:00

10 lines
301 B
Text

--- ARP.xs.orig 2013-06-24 05:15:16 UTC
+++ ARP.xs
@@ -27,7 +27,6 @@ See the GNU General Public License for m
#include <string.h>
#include <errno.h>
#include <net/ethernet.h>
-#include <netinet/ether.h>
#include <net/if.h>
#include <arpa/inet.h>
#include "arp.h"