rtems-bsd-sysctl.c: Formatting corrections

This commit is contained in:
Joel Sherrill 2012-09-10 16:45:30 -05:00
parent b00e8b279d
commit 33c9336aa7

View File

@ -43,11 +43,11 @@
#include <freebsd/sys/sysctl.h> #include <freebsd/sys/sysctl.h>
int sysctl( int sysctl(
int *name, int *name,
u_int namelen, u_int namelen,
void *oldp, void *oldp,
size_t *oldlenp, size_t *oldlenp,
void *newp, void *newp,
size_t newlen size_t newlen
) )
{ {