aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_syscalls.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-03-24 05:09:11 +0000
committerBruce Evans <bde@FreeBSD.org>2002-03-24 05:09:11 +0000
commit70f52b48455c07d4c9d1e65138bf2089808b721b (patch)
tree7eaf381e2fc106b355b61804fad03cfeb0a78218 /sys/kern/uipc_syscalls.c
parent69c59d8703e5a1af60b2ec3d771a65ff542a791e (diff)
downloadsrc-70f52b48455c07d4c9d1e65138bf2089808b721b.tar.gz
src-70f52b48455c07d4c9d1e65138bf2089808b721b.zip
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.
Notes
Notes: svn path=/head/; revision=93076
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 4c658274bfd4..b4d98d4ab29d 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