summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-09-11 03:15:37 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2002-09-11 03:15:37 +0000
commitdc9bd593149a320bd45ff97fdb845d025d1f490b (patch)
treee81c3f9b3a126e92f99164ba619ca6a3ac5f0a42 /sys/netinet/tcp_usrreq.c
parentfa38af0572fab40ec124be8a99d172c2939b8e8b (diff)
KNF - return is not a function. sync w/kame
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 3ea43a37c34..96792abdb5c 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_usrreq.c,v 1.66 2002/08/08 19:18:13 provos Exp $ */
+/* $OpenBSD: tcp_usrreq.c,v 1.67 2002/09/11 03:15:36 itojun Exp $ */
/* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */
/*
@@ -814,7 +814,7 @@ tcp_ident(oldp, oldlenp, newp, newlen)
lin = (struct sockaddr_in *)&tir.laddr;
break;
default:
- return(EINVAL);
+ return (EINVAL);
}
s = splsoftnet();