ports/net/p5-Net-ARP/files/patch-arp.h
Marcelo Araujo 008a741273 - Update to 1.0.2.
- Reset maintainership.

PR:		ports/119382
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
Approved by:	stas (mentor, implicit)
2008-01-12 21:31:06 +00:00

9 lines
260 B
C

--- 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