1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/proxy-suite/files/patch-includes
Will Andrews fa5d0c0b55 Add proxy-suite 1.7, the SuSE Proxy-Suite, a set of programs to
enhance firewall security.

PR:		26380
Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
2001-04-07 05:54:50 +00:00

14 lines
324 B
Plaintext

--- 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>