diff options
author | 1998-06-10 06:24:48 +0000 | |
---|---|---|
committer | 1998-06-10 06:24:48 +0000 | |
commit | b44ba176fb77e44bc58ce7c942382696c888c870 (patch) | |
tree | c2f8afc92b7bb4ddcef92b811b0237db931e72c8 /sys/netinet/tcp_usrreq.c | |
parent | to inetd, nobody.nobody == nobody, since it does an initgroups() (diff) | |
download | wireguard-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.c | 4 |
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; |