summaryrefslogtreecommitdiff
path: root/sys/kern/subr_eventhandler.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2008-03-16 10:58:09 +0000
committerRobert Watson <rwatson@FreeBSD.org>2008-03-16 10:58:09 +0000
commit237fdd787b20699fc2c01387011b06a9ce746cfa (patch)
tree6564575d1252cf3bc48428a52fcc596c284e459b /sys/kern/subr_eventhandler.c
parentf48a417b24490b3bdb96ce9c6e4cb48b5dc82437 (diff)
Notes
Diffstat (limited to 'sys/kern/subr_eventhandler.c')
-rw-r--r--sys/kern/subr_eventhandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_eventhandler.c b/sys/kern/subr_eventhandler.c
index 885c01344e87..f9c8eadaf4e0 100644
--- a/sys/kern/subr_eventhandler.c
+++ b/sys/kern/subr_eventhandler.c
@@ -62,7 +62,7 @@ eventhandler_init(void *dummy __unused)
atomic_store_rel_int(&eventhandler_lists_initted, 1);
}
SYSINIT(eventhandlers, SI_SUB_EVENTHANDLER, SI_ORDER_FIRST, eventhandler_init,
- NULL)
+ NULL);
/*
* Insertion is O(n) due to the priority scan, but optimises to O(1)