1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/p5-Net-ARP/files/patch-arp.h
Pietro Cerutti c261e36369 - Unbreak
- Chase warnings
2008-06-24 13:35:56 +00:00

9 lines
279 B
C

--- arp.h.orig 2007-08-16 09:38:44.000000000 +0200
+++ arp.h 2008-06-24 14:47:24.000000000 +0200
@@ -54,5 +54,3 @@
u_char dest_add[ETH_ALEN]; // dest mac
u_char dest_ip[IP_ALEN]; // dest ip
};
-
-extern struct ether_addr *ether_aton (__const char *__asc) __THROW;