summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-10 12:04:26 +0000
committerphk <phk@FreeBSD.org>2005-02-10 12:04:26 +0000
commit4fc19472adcada7d41d2e0520773925e4c6f3fb9 (patch)
tree27bcc9d87bf53643e462bb1e019df46a6c954501 /sys/fs/devfs
parent13100c369956589d442ba72544d31d978324ee6a (diff)
downloadFreeBSD-src-4fc19472adcada7d41d2e0520773925e4c6f3fb9.zip
FreeBSD-src-4fc19472adcada7d41d2e0520773925e4c6f3fb9.tar.gz
Statize devfs_ops_f
Diffstat (limited to 'sys/fs/devfs')
-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 7a18038..96fc730 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,
OpenPOWER on IntegriCloud