From 33c9336aa79a1b6439e5ad5c0928bc946d633488 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Sep 2012 16:45:30 -0500 Subject: [PATCH] rtems-bsd-sysctl.c: Formatting corrections --- rtemsbsd/src/rtems-bsd-sysctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtemsbsd/src/rtems-bsd-sysctl.c b/rtemsbsd/src/rtems-bsd-sysctl.c index 6163b069..8d3b7570 100644 --- a/rtemsbsd/src/rtems-bsd-sysctl.c +++ b/rtemsbsd/src/rtems-bsd-sysctl.c @@ -43,11 +43,11 @@ #include int sysctl( - int *name, + int *name, u_int namelen, void *oldp, size_t *oldlenp, - void *newp, + void *newp, size_t newlen ) {