diff options
Diffstat (limited to 'sys/tmpfs/tmpfs_specops.c')
-rw-r--r-- | sys/tmpfs/tmpfs_specops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/tmpfs/tmpfs_specops.c b/sys/tmpfs/tmpfs_specops.c index 5fe2c85aa2b..eef2d33d044 100644 --- a/sys/tmpfs/tmpfs_specops.c +++ b/sys/tmpfs/tmpfs_specops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmpfs_specops.c,v 1.5 2015/01/21 22:26:52 deraadt Exp $ */ +/* $OpenBSD: tmpfs_specops.c,v 1.6 2020/01/20 23:21:56 claudio Exp $ */ /* $NetBSD: tmpfs_specops.c,v 1.10 2011/05/24 20:17:49 rmind Exp $ */ /* @@ -51,7 +51,7 @@ int tmpfs_spec_write (void *); * file system. */ -struct vops tmpfs_specvops = { +const struct vops tmpfs_specvops = { .vop_close = spec_close, .vop_access = tmpfs_access, .vop_getattr = tmpfs_getattr, |