summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-bsd-sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/rtems/rtems-bsd-sysctl.c')
-rw-r--r--rtemsbsd/rtems/rtems-bsd-sysctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemsbsd/rtems/rtems-bsd-sysctl.c b/rtemsbsd/rtems/rtems-bsd-sysctl.c
index f9ecab81..7e087385 100644
--- a/rtemsbsd/rtems/rtems-bsd-sysctl.c
+++ b/rtemsbsd/rtems/rtems-bsd-sysctl.c
@@ -46,11 +46,11 @@
#include <string.h>
int sysctl(
- int *name,
+ const int *name,
u_int namelen,
void *oldp,
size_t *oldlenp,
- void *newp,
+ const void *newp,
size_t newlen
)
{