aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-03-24 10:19:10 +0000
committerBruce Evans <bde@FreeBSD.org>2002-03-24 10:19:10 +0000
commitc1cd65bae8f239788bdc9970e9d4c4ae4e51868d (patch)
treed8015d788d425107d8581929edbf851b0947c775 /sys/netinet/tcp_usrreq.c
parent34fe62c7765125e8704d22cf8c8b2aac41984052 (diff)
downloadsrc-c1cd65bae8f239788bdc9970e9d4c4ae4e51868d.tar.gz
src-c1cd65bae8f239788bdc9970e9d4c4ae4e51868d.zip
Fixed some style bugs in the removal of __P(()). Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting.
Notes
Notes: svn path=/head/; revision=93085
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r--sys/netinet/tcp_usrreq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index e95ba64f69ec..e1f4c1a8a9e5 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -89,11 +89,11 @@
extern char *tcpstates[]; /* XXX ??? */
static int tcp_attach(struct socket *, struct thread *td);
-static int tcp_connect(struct tcpcb *, struct sockaddr *,
- struct thread *td);
+static int tcp_connect(struct tcpcb *, struct sockaddr *,
+ struct thread *td);
#ifdef INET6
static int tcp6_connect(struct tcpcb *, struct sockaddr *,
- struct thread *td);
+ struct thread *td);
#endif /* INET6 */
static struct tcpcb *
tcp_disconnect(struct tcpcb *);