summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/nullfs')
-rw-r--r--sys/fs/nullfs/null_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index 69d72bc..2c74b41 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -414,7 +414,7 @@ null_lookup(ap)
/*
* Setattr call. Disallow write attempts if the layer is mounted read-only.
*/
-int
+static int
null_setattr(ap)
struct vop_setattr_args /* {
struct vnodeop_desc *a_desc;
OpenPOWER on IntegriCloud