diff options
Diffstat (limited to 'net/l2tpd/files/patch-network.c')
-rw-r--r-- | net/l2tpd/files/patch-network.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-network.c b/net/l2tpd/files/patch-network.c new file mode 100644 index 0000000..6943e04 --- /dev/null +++ b/net/l2tpd/files/patch-network.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- network.c 2002/10/22 09:41:27 1.1 ++++ network.c 2002/10/22 09:43:55 +@@ -13,9 +13,6 @@ + #include <stdio.h> + #include <errno.h> + #include <string.h> +-#include <sys/socket.h> +-#include <netinet/in.h> +-#include <arpa/inet.h> + #include <netdb.h> + #include <fcntl.h> + #include <unistd.h> |