Statize devfs_ops_f

This commit is contained in:
phk 2005-02-10 12:04:26 +00:00
parent fad678c927
commit e3658868a1

View File

@ -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,