summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-24 05:09:11 +0000
committerbde <bde@FreeBSD.org>2002-03-24 05:09:11 +0000
commit90f30ee93626191441a5a77c6a4ef849d6c9ae47 (patch)
tree7eaf381e2fc106b355b61804fad03cfeb0a78218 /sys/kern/uipc_usrreq.c
parentf45e5bde8ec262c34297fa1ecae9201b0bf56bdb (diff)
downloadFreeBSD-src-90f30ee93626191441a5a77c6a4ef849d6c9ae47.zip
FreeBSD-src-90f30ee93626191441a5a77c6a4ef849d6c9ae47.tar.gz
Fixed some style bugs in the removal of __P(()). The main ones were
not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
-rw-r--r--sys/kern/uipc_usrreq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 25aecdc..5e24989 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -82,8 +82,7 @@ static ino_t unp_ino; /* prototype for fake inode numbers */
static int unp_attach(struct socket *);
static void unp_detach(struct unpcb *);
static int unp_bind(struct unpcb *,struct sockaddr *, struct thread *);
-static int unp_connect(struct socket *,struct sockaddr *,
- struct thread *);
+static int unp_connect(struct socket *,struct sockaddr *, struct thread *);
static void unp_disconnect(struct unpcb *);
static void unp_shutdown(struct unpcb *);
static void unp_drop(struct unpcb *, int);
OpenPOWER on IntegriCloud