forked from Lainports/freebsd-ports
enhance firewall security. PR: 26380 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
13 lines
324 B
Text
13 lines
324 B
Text
--- common/com-socket.c.orig Fri Feb 11 15:20:33 2000
|
|
+++ common/com-socket.c Fri Feb 11 15:20:52 2000
|
|
@@ -71,8 +71,9 @@
|
|
#include <sys/ioctl.h>
|
|
|
|
#include <netdb.h>
|
|
-#include <netinet/ip.h>
|
|
#include <netinet/in.h>
|
|
+#include <netinet/in_systm.h>
|
|
+#include <netinet/ip.h>
|
|
#include <sys/socket.h>
|
|
#include <arpa/inet.h>
|
|
|