summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/src/rtems-bsd-sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/src/rtems-bsd-sysctl.c')
-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
)
{