summaryrefslogtreecommitdiff
path: root/net/p5-Net-ARP/files/patch-arp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-ARP/files/patch-arp.h')
-rw-r--r--net/p5-Net-ARP/files/patch-arp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/p5-Net-ARP/files/patch-arp.h b/net/p5-Net-ARP/files/patch-arp.h
new file mode 100644
index 000000000000..a3df58229a53
--- /dev/null
+++ b/net/p5-Net-ARP/files/patch-arp.h
@@ -0,0 +1,9 @@
+--- arp.h.orig 2008-01-06 21:14:49.000000000 +0800
++++ arp.h 2008-01-06 21:15:11.000000000 +0800
+@@ -55,4 +55,6 @@
+ u_char dest_ip[IP_ALEN]; // dest ip
+ };
+
++#ifndef __i386__
+ extern struct ether_addr *ether_aton (__const char *__asc) __THROW;
++#endif