diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-23 13:21:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-23 13:21:53 +0000 |
commit | b0506b02a8947f799d146b082a743e0b0794c5ea (patch) | |
tree | 3b79fced2a641fb08067d88534f8eae38a4fcabc /net/l2tpd/files/patch-aaa.c | |
parent | Add 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-aaa.c')
-rw-r--r-- | net/l2tpd/files/patch-aaa.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-aaa.c b/net/l2tpd/files/patch-aaa.c new file mode 100644 index 000000000000..d23fc4feb54c --- /dev/null +++ b/net/l2tpd/files/patch-aaa.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- aaa.c 2002/10/22 09:41:27 1.1 ++++ aaa.c 2002/10/22 09:42:57 +@@ -14,8 +14,6 @@ + + #include <stdio.h> + #include <stdlib.h> +-#include <netinet/in.h> +-#include <arpa/inet.h> + #include <string.h> + #include <errno.h> + #include "l2tp.h" |