summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-16 08:00:32 +0000
committerphk <phk@FreeBSD.org>2002-10-16 08:00:32 +0000
commit2bb853a13d863d96c4fec5407985c10a057520ff (patch)
treef5cc27320785b16125105e90d5f0adcd27291ffd /sys/fs/nullfs
parent04dca80dba70e820a49974d1cb00b356c315aaff (diff)
downloadFreeBSD-src-2bb853a13d863d96c4fec5407985c10a057520ff.zip
FreeBSD-src-2bb853a13d863d96c4fec5407985c10a057520ff.tar.gz
Be consistent about functions being static.
Spotted by: FlexeLint
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