summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ip.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-27 12:03:43 +0000
committerbrian <brian@FreeBSD.org>1998-06-27 12:03:43 +0000
commit2421d3c06a426e21d9cd7410d263f5f2e84e4858 (patch)
tree722646e28bab5a6109650805323f3c8a2de39d22 /usr.sbin/ppp/ip.c
parent45ae42c55e09518d1fa7d192d1264b880d8ff707 (diff)
downloadFreeBSD-src-2421d3c06a426e21d9cd7410d263f5f2e84e4858.zip
FreeBSD-src-2421d3c06a426e21d9cd7410d263f5f2e84e4858.tar.gz
``struct tunnel_header'' -> u_int32_t in OpenBSD.
struct tunnel_header is going soon. Suggested by: Theo
Diffstat (limited to 'usr.sbin/ppp/ip.c')
-rw-r--r--usr.sbin/ppp/ip.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c
index 318342f..9ed21ac 100644
--- a/usr.sbin/ppp/ip.c
+++ b/usr.sbin/ppp/ip.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ip.c,v 1.43 1998/06/15 19:06:45 brian Exp $
+ * $Id: ip.c,v 1.44 1998/06/16 19:40:37 brian Exp $
*
* TODO:
* o Return ICMP message for filterd packet
@@ -32,7 +32,6 @@
#include <netinet/udp.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
-#include <net/if_tun.h>
#include <sys/un.h>
#ifndef NOALIAS
OpenPOWER on IntegriCloud