summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>1999-10-29 02:10:01 +0000
committerangelos <angelos@openbsd.org>1999-10-29 02:10:01 +0000
commit94a6af6ffcecea0c94c615762e8d082122c87afb (patch)
tree4774c743105d381b764eef6ef404d87ce865c71a /sys/netinet/tcp_subr.c
parentRemove unused third argument from ipe4_output() (diff)
downloadwireguard-openbsd-94a6af6ffcecea0c94c615762e8d082122c87afb.tar.xz
wireguard-openbsd-94a6af6ffcecea0c94c615762e8d082122c87afb.zip
Get rid of unnecessary third argument in *_output routines of IPsec.
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r--sys/netinet/tcp_subr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index b32bd84e4e8..b8aa47c4e05 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_subr.c,v 1.19 1999/08/27 08:15:50 millert Exp $ */
+/* $OpenBSD: tcp_subr.c,v 1.20 1999/10/29 02:10:02 angelos Exp $ */
/* $NetBSD: tcp_subr.c,v 1.22 1996/02/13 23:44:00 christos Exp $ */
/*
@@ -830,9 +830,8 @@ tcp_signature_tdb_input(m, tdbp)
}
int
-tcp_signature_tdb_output(m, gw, tdbp, mp)
+tcp_signature_tdb_output(m, tdbp, mp)
struct mbuf *m;
- struct sockaddr_encap *gw;
struct tdb *tdbp;
struct mbuf **mp;
{