summaryrefslogtreecommitdiff
path: root/net/l2tpd/files/patch-l2tp.h
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-l2tp.h
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>
Diffstat (limited to 'net/l2tpd/files/patch-l2tp.h')
-rw-r--r--net/l2tpd/files/patch-l2tp.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-l2tp.h b/net/l2tpd/files/patch-l2tp.h
new file mode 100644
index 000000000000..f94776599055
--- /dev/null
+++ b/net/l2tpd/files/patch-l2tp.h
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- l2tp.h.orig Tue Jan 15 18:59:27 2002
++++ l2tp.h Tue Oct 22 12:42:08 2002
+@@ -20,7 +20,10 @@
+
+ #define MAXSTRLEN 120 /* Maximum length of common strings */
+
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <termios.h>
+ #include "osport.h"
+ #include "scheduler.h"