diff options
Diffstat (limited to 'net/l2tpd/files/patch-misc.c')
-rw-r--r-- | net/l2tpd/files/patch-misc.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-misc.c b/net/l2tpd/files/patch-misc.c new file mode 100644 index 000000000000..5fa3e7fb8276 --- /dev/null +++ b/net/l2tpd/files/patch-misc.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- misc.c 2002/10/22 09:41:27 1.1 ++++ misc.c 2002/10/22 09:43:50 +@@ -20,7 +20,6 @@ + #if defined(SOLARIS) + # include <varargs.h> + #endif +-#include <netinet/in.h> + #include "l2tp.h" + + void log(int level, const char *fmt,...) |