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 | |
| parent | 4cfe2093353887bd8eac9cbd0844f5f8f3074797 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/nullfs/null_vnops.c | 2 | ||||
| -rw-r--r-- | sys/fs/umapfs/umap_vnops.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index 69d72bc0f517..2c74b413065a 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; diff --git a/sys/fs/umapfs/umap_vnops.c b/sys/fs/umapfs/umap_vnops.c index d0b385b1e7f0..a5234cff8919 100644 --- a/sys/fs/umapfs/umap_vnops.c +++ b/sys/fs/umapfs/umap_vnops.c @@ -375,7 +375,7 @@ umap_lock(ap) * interlock flag as it applies only to our vnode, not the * vnodes below us on the stack. */ -int +static int umap_unlock(ap) struct vop_unlock_args /* { struct vnode *a_vp; |
