]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/sys_domain.c
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / kern / sys_domain.c
index ab3f6284708dfc18851c54c7453750b53bd183cd..244d2ed3c9c5204f375e25d59d3014fd3f762c63 100644 (file)
 
 
 /* domain init function */
-void systemdomain_init();
-
+void systemdomain_init(void);
 
 struct domain systemdomain =
-    { PF_SYSTEM, "system", systemdomain_init, 0, 0, 0};
+    { PF_SYSTEM, "system", systemdomain_init, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, { 0, 0} };
 
 
 void systemdomain_init()