freebsd-ports/net/l2tpd/files/patch-aaa.c
Maxim Sobolev b0506b02a8 Add l2tpd 0.64, an implementation of the layer two tunneling protocol.
Requested & beersponsored by:	Yuri Babushkin <piton@united.net.ua>
2002-10-23 13:21:53 +00:00

14 lines
246 B
C

$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"