/* 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 */