summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ipip.c
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2001-04-14 00:30:58 +0000
committerangelos <angelos@openbsd.org>2001-04-14 00:30:58 +0000
commit7ad80b24fb18fe4391ee0bef3eeeb49c7cb6c516 (patch)
tree43127b234948861f84f758c4a51773b98e5e3b0d /sys/netinet/ip_ipip.c
parentCorrectly initialize disklabel structure in readdisklabel(). (diff)
downloadwireguard-openbsd-7ad80b24fb18fe4391ee0bef3eeeb49c7cb6c516.tar.xz
wireguard-openbsd-7ad80b24fb18fe4391ee0bef3eeeb49c7cb6c516.zip
Minor changes, preparing for real socket-attached TDBs; also, more
information will be stored in the TDB. ok ho@ provos@
Diffstat (limited to 'sys/netinet/ip_ipip.c')
-rw-r--r--sys/netinet/ip_ipip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipip.c b/sys/netinet/ip_ipip.c
index 8f010625dbd..02ab27cd7f2 100644
--- a/sys/netinet/ip_ipip.c
+++ b/sys/netinet/ip_ipip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipip.c,v 1.12 2001/04/06 04:42:08 csapuntz Exp $ */
+/* $OpenBSD: ip_ipip.c,v 1.13 2001/04/14 00:30:59 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -386,7 +386,7 @@ ipip_input(struct mbuf *m, int iphlen)
int
ipip_output(struct mbuf *m, struct tdb *tdb, struct mbuf **mp, int skip,
- int protoff)
+ int protoff, struct tdb *tdb2)
{
u_int8_t tp, otos;