mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 12:31:27 +08:00
Update to FreeBSD head 2018-06-01
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <rtems/bsd/local/opt_capsicum.h>
|
||||
#include <rtems/bsd/local/opt_compat.h>
|
||||
#include <rtems/bsd/local/opt_ktrace.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
@@ -928,7 +927,7 @@ sysctl_register_all(void *arg)
|
||||
sysctl_register_oid(*oidp);
|
||||
SYSCTL_WUNLOCK();
|
||||
}
|
||||
SYSINIT(sysctl, SI_SUB_KMEM, SI_ORDER_FIRST, sysctl_register_all, 0);
|
||||
SYSINIT(sysctl, SI_SUB_KMEM, SI_ORDER_FIRST, sysctl_register_all, NULL);
|
||||
|
||||
/*
|
||||
* "Staff-functions"
|
||||
|
Reference in New Issue
Block a user