freebsd-ports/net/arping/files/patch-freebsd.h
Sergey Matveychuk 77fa1b5c80 - Fix build on 6.0 (a conflicting struct name)
Approved by:	portmgr (krion)
2005-08-08 07:46:42 +00:00

11 lines
230 B
C

--- freebsd.h.orig Mon Aug 8 07:22:04 2005
+++ freebsd.h Mon Aug 8 07:22:35 2005
@@ -11,7 +11,7 @@
__u16 h_proto;/* packet type ID field*/
};
-struct icmphdr {
+struct icmphdr_ {
__u8 type;
__u8 code;
__u16 checksum;