aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/procfs_subr.c')
-rw-r--r--sys/fs/procfs_subr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/procfs_subr.c b/sys/fs/procfs_subr.c
index c1d77ba..8b95919 100644
--- a/sys/fs/procfs_subr.c
+++ b/sys/fs/procfs_subr.c
@@ -29,6 +29,7 @@
#include <sys/panic.h>
#include <sys/intr.h>
+#include <sys/syslog.h>
#include <machine/cpu.h>
#include <fs/procfs.h>
#include <vm/vm.h>
@@ -109,4 +110,5 @@ procfs_populate(void)
procfs_add_entry("memstat", memstat);
intr_init_proc();
+ syslog_init_proc();
}