aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-02-10 12:04:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-02-10 12:04:26 +0000
commitdf32e67c73bc4489647edd4e0615a4b1b86053a6 (patch)
tree27bcc9d87bf53643e462bb1e019df46a6c954501 /sys/fs
parentc711aea6cae4409bc957bf327fd5b23ada7fdf21 (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/devfs/devfs_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs_vnops.c b/sys/fs/devfs/devfs_vnops.c
index 7a18038ede58e..96fc730f86a88 100644
--- a/sys/fs/devfs/devfs_vnops.c
+++ b/sys/fs/devfs/devfs_vnops.c
@@ -76,7 +76,7 @@ static fo_kqfilter_t devfs_kqfilter_f;
static fo_stat_t devfs_stat_f;
static fo_close_t devfs_close_f;
-struct fileops devfs_ops_f = {
+static struct fileops devfs_ops_f = {
.fo_read = devfs_read_f,
.fo_write = devfs_write_f,
.fo_ioctl = devfs_ioctl_f,