]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/sys_domain.c
xnu-1699.26.8.tar.gz
[apple/xnu.git] / bsd / kern / sys_domain.c
index 0f9e05fa5eb7c440f1343f0a3c711fba281dec6b..66af228265efbb1637f50414d3c664bcbf0d0f55 100644 (file)
 
 
 /* domain init function */
-void systemdomain_init(void);
+void systemdomain_init(void) __attribute__((section("__TEXT, initcode")));
 
 struct domain systemdomain =
     { PF_SYSTEM, "system", systemdomain_init, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, { 0, 0} };
 
 
-void systemdomain_init()
+void
+systemdomain_init(void)
 {
     /* add system domain built in protocol initializers here */