aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/nullfs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-10-16 08:00:32 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-10-16 08:00:32 +0000
commitfcf549422d95fcbe6d5389503c0bb971031086cd (patch)
treef5cc27320785b16125105e90d5f0adcd27291ffd /sys/fs/nullfs
parent4cfe2093353887bd8eac9cbd0844f5f8f3074797 (diff)
Notes
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 69d72bc0f5179..2c74b413065a7 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;