summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_syscalls.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_syscalls.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_syscalls.c')
-rw-r--r--sys/kern/uipc_syscalls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c
index 4c65827..b4d98d4 100644
--- a/sys/kern/uipc_syscalls.c
+++ b/sys/kern/uipc_syscalls.c
@@ -79,13 +79,13 @@ static void sf_buf_free(caddr_t addr, void *args);
static int sendit(struct thread *td, int s, struct msghdr *mp, int flags);
static int recvit(struct thread *td, int s, struct msghdr *mp,
- caddr_t namelenp);
+ caddr_t namelenp);
static int accept1(struct thread *td, struct accept_args *uap, int compat);
static int getsockname1(struct thread *td, struct getsockname_args *uap,
- int compat);
+ int compat);
static int getpeername1(struct thread *td, struct getpeername_args *uap,
- int compat);
+ int compat);
/*
* Expanded sf_freelist head. Really an SLIST_HEAD() in disguise, with the
OpenPOWER on IntegriCloud