summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-07-04 11:25:35 +0000
committerphk <phk@FreeBSD.org>2000-07-04 11:25:35 +0000
commite5de271d472634538e30a52ae173ebe1213162fd (patch)
treea8ec5eb96610f0059453eefc245a1c07a6bb853f /sys/kern/uipc_usrreq.c
parent1624e20f39888e846831b8a8457c919d0cfa54c9 (diff)
downloadFreeBSD-src-e5de271d472634538e30a52ae173ebe1213162fd.zip
FreeBSD-src-e5de271d472634538e30a52ae173ebe1213162fd.tar.gz
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
Pointed out by: bde
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
-rw-r--r--sys/kern/uipc_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 9766c32..0103877 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -723,7 +723,7 @@ prison_unpcb(struct proc *p, struct unpcb *unp)
}
static int
-unp_pcblist (SYSCTL_HANDLER_ARGS)
+unp_pcblist(SYSCTL_HANDLER_ARGS)
{
int error, i, n;
struct unpcb *unp, **unp_list;
OpenPOWER on IntegriCloud