summaryrefslogtreecommitdiff
path: root/net/l2tpd/files/patch-l2tpd.c
blob: 32d0f625ac1e3701a3362914380c6be49ed8c5a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- l2tpd.c.orig	Fri Jan 11 17:54:44 2002
+++ l2tpd.c	Tue Oct 22 12:43:45 2002
@@ -33,8 +33,6 @@
 #include <netdb.h>
 #include <string.h>
 #include <fcntl.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
 #ifdef USE_KERNEL
 #include <sys/ioctl.h>
 #endif