summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-06-10 06:24:48 +0000
committerderaadt <deraadt@openbsd.org>1998-06-10 06:24:48 +0000
commitb44ba176fb77e44bc58ce7c942382696c888c870 (patch)
treec2f8afc92b7bb4ddcef92b811b0237db931e72c8 /sys/netinet/tcp_usrreq.c
parentto inetd, nobody.nobody == nobody, since it does an initgroups() (diff)
downloadwireguard-openbsd-b44ba176fb77e44bc58ce7c942382696c888c870.tar.xz
wireguard-openbsd-b44ba176fb77e44bc58ce7c942382696c888c870.zip
wasteland quality control cleanup
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;