summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-10 16:45:30 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-10 16:45:30 -0500
commit33c9336aa79a1b6439e5ad5c0928bc946d633488 (patch)
treee7b60eba4a8b038fd1bf2007b6c56f8b58f4af2d
parentrtems-bsd-symbols.h: sysctl() should be a public symbol (diff)
downloadrtems-libbsd-33c9336aa79a1b6439e5ad5c0928bc946d633488.tar.bz2
rtems-bsd-sysctl.c: Formatting corrections
-rw-r--r--rtemsbsd/src/rtems-bsd-sysctl.c4
1 files 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 <freebsd/sys/sysctl.h>
int sysctl(
- int *name,
+ int *name,
u_int namelen,
void *oldp,
size_t *oldlenp,
- void *newp,
+ void *newp,
size_t newlen
)
{