mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
- Remove reference to unused header file that caused build failure on 11.x+ - Fix the logic to create RAW sockets appropriately (reported by Andrew Wu) - Bump PORTREVISION PR: 219810 Reported by: Andrew Wu <yauhwawu@gmail.com> , dewayne@heuristicsystems.com.au Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D11072
11 lines
332 B
C
11 lines
332 B
C
--- lft_lib.h.orig 2017-07-04 09:02:47 UTC
|
|
+++ lft_lib.h
|
|
@@ -277,7 +277,7 @@ typedef struct _incomicmpicmp
|
|
#define EVT_INCOMING_ICMP_ICMP 75
|
|
#define EVT_RCVD_ICMP_ICMP 76
|
|
|
|
-#if defined(BSD_IP_STACK) && !defined(OPENBSD)
|
|
+#if defined(BSD_IP_STACK) && !defined(OPENBSD) && !defined(__FreeBSD__)
|
|
#define SCREWED_IP_LEN
|
|
#endif
|
|
|