summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r--sys/netinet/tcp_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index f9259a4aa96..b5521bcf5e6 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_usrreq.c,v 1.22 1998/06/10 03:40:07 beck Exp $ */
+/* $OpenBSD: tcp_usrreq.c,v 1.23 1998/06/10 06:24:48 deraadt Exp $ */
/* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */
/*
@@ -591,7 +591,7 @@ tcp_ident(oldp, oldlenp, newp, newlen)
size_t newlen;
{
int error = 0, s;
- tcp_ident_mapping tir;
+ struct tcp_ident_mapping tir;
struct inpcb *inp;
struct sockaddr_in *fin, *lin;