mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 17:05:45 +08:00
Update to FreeBSD head 2018-06-01
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <rtems/bsd/local/opt_compat.h>
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
@@ -99,7 +97,7 @@ module_init(void *arg)
|
||||
#endif /* __rtems__ */
|
||||
}
|
||||
|
||||
SYSINIT(module, SI_SUB_KLD, SI_ORDER_FIRST, module_init, 0);
|
||||
SYSINIT(module, SI_SUB_KLD, SI_ORDER_FIRST, module_init, NULL);
|
||||
|
||||
#ifndef __rtems__
|
||||
static void
|
||||
|
Reference in New Issue
Block a user