diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-16 08:00:32 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-16 08:00:32 +0000 |
| commit | fcf549422d95fcbe6d5389503c0bb971031086cd (patch) | |
| tree | f5cc27320785b16125105e90d5f0adcd27291ffd /sys/fs/nullfs | |
| parent | 4cfe2093353887bd8eac9cbd0844f5f8f3074797 (diff) | |
Notes
Diffstat (limited to 'sys/fs/nullfs')
| -rw-r--r-- | sys/fs/nullfs/null_vnops.c | 2 |
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; |
