mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
- Reset maintainership. PR: ports/119382 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer) Approved by: stas (mentor, implicit)
9 lines
260 B
C
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
|