summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/sysctl.h')
-rw-r--r--freebsd/sys/sys/sysctl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/freebsd/sys/sys/sysctl.h b/freebsd/sys/sys/sysctl.h
index c21f19d3..fa9779f3 100644
--- a/freebsd/sys/sys/sysctl.h
+++ b/freebsd/sys/sys/sysctl.h
@@ -1129,18 +1129,10 @@ int sysctl_ctx_entry_del(struct sysctl_ctx_list *clist,
struct sysctl_oid *oidp);
int kernel_sysctl(struct thread *td, int *name, u_int namelen, void *old,
-#ifndef __rtems__
size_t *oldlenp, void *new, size_t newlen, size_t *retval,
-#else /* __rtems__ */
- size_t *oldlenp, const void *newp, size_t newlen, size_t *retval,
-#endif /* __rtems__ */
int flags);
int kernel_sysctlbyname(struct thread *td, char *name, void *old,
-#ifndef __rtems__
size_t *oldlenp, void *new, size_t newlen, size_t *retval,
-#else /* __rtems__ */
- size_t *oldlenp, const void *newp, size_t newlen, size_t *retval,
-#endif /* __rtems__ */
int flags);
#ifndef __rtems__
int userland_sysctl(struct thread *td, int *name, u_int namelen, void *old,