diff options
author | Ed Schouten <ed@FreeBSD.org> | 2011-11-07 15:43:11 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2011-11-07 15:43:11 +0000 |
commit | 6472ac3d8a86336899b6cfb789a4cd9897e3fab5 (patch) | |
tree | bf1175813c8ae55dc563480a7eadad2ffae50256 /sys/kern/subr_devstat.c | |
parent | 37c1ff48a96739fe34d68a6602b70f2dca23920b (diff) |
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
-rw-r--r-- | sys/kern/subr_devstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index eaf6427e962a..bbbfdbfcaa0f 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -402,7 +402,8 @@ sysctl_devstat(SYSCTL_HANDLER_ARGS) * Sysctl entries for devstat. The first one is a node that all the rest * hang off of. */ -SYSCTL_NODE(_kern, OID_AUTO, devstat, CTLFLAG_RD, NULL, "Device Statistics"); +static SYSCTL_NODE(_kern, OID_AUTO, devstat, CTLFLAG_RD, NULL, + "Device Statistics"); SYSCTL_PROC(_kern_devstat, OID_AUTO, all, CTLFLAG_RD|CTLTYPE_OPAQUE, NULL, 0, sysctl_devstat, "S,devstat", "All devices in the devstat list"); |