diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-10 12:23:29 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-10 12:23:29 +0000 |
| commit | 5ece08f57a8e9384810ad50f1c34ed3094323fc5 (patch) | |
| tree | c9ec15c243fdf0fc4ec20f1837d60108bb1c008c /sys/fs/devfs/devfs_devs.c | |
| parent | 502a35d60f4c83db8ad81dbae24f5797cf2498ef (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs/devfs_devs.c')
| -rw-r--r-- | sys/fs/devfs/devfs_devs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c index abdda9a6dcc8..e9c2a550e52f 100644 --- a/sys/fs/devfs/devfs_devs.c +++ b/sys/fs/devfs/devfs_devs.c @@ -60,7 +60,7 @@ static unsigned devfs_generation; static struct devfs_dirent *devfs_find (struct devfs_dirent *dd, const char *name, int namelen); -SYSCTL_NODE(_vfs, OID_AUTO, devfs, CTLFLAG_RW, 0, "DEVFS filesystem"); +static SYSCTL_NODE(_vfs, OID_AUTO, devfs, CTLFLAG_RW, 0, "DEVFS filesystem"); SYSCTL_UINT(_vfs_devfs, OID_AUTO, noverflow, CTLFLAG_RW, &devfs_noverflowwant, 0, "Size of DEVFS overflow table"); SYSCTL_UINT(_vfs_devfs, OID_AUTO, generation, CTLFLAG_RD, |
