summaryrefslogtreecommitdiff
path: root/net/l2tpd/files/patch-call.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-10-23 13:21:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-10-23 13:21:53 +0000
commitb0506b02a8947f799d146b082a743e0b0794c5ea (patch)
tree3b79fced2a641fb08067d88534f8eae38a4fcabc /net/l2tpd/files/patch-call.c
parentAdd Darwin Streaming Server(4.1.1), a server which send streaming (diff)
Add l2tpd 0.64, an implementation of the layer two tunneling protocol.
Requested & beersponsored by: Yuri Babushkin <piton@united.net.ua>
Notes
Notes: svn path=/head/; revision=68654
Diffstat (limited to 'net/l2tpd/files/patch-call.c')
-rw-r--r--net/l2tpd/files/patch-call.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-call.c b/net/l2tpd/files/patch-call.c
new file mode 100644
index 000000000000..45dbdf362963
--- /dev/null
+++ b/net/l2tpd/files/patch-call.c
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- call.c 2002/10/22 09:41:27 1.1
++++ call.c 2002/10/22 09:43:13
+@@ -13,9 +13,6 @@
+
+ #include <stdio.h>
+ #include <fcntl.h>
+-#include <sys/socket.h>
+-#include <netinet/in.h>
+-#include <arpa/inet.h>
+ #include <sys/wait.h>
+ #include <stdlib.h>
+ #include <string.h>