diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 2000-09-22 11:54:48 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 2000-09-22 11:54:48 +0000 |
| commit | bba25953af61b407981981cd04cbb974ca955610 (patch) | |
| tree | 195d6997effa43bab6dee59071b584880831fef8 /sys/kern/vfs_subr.c | |
| parent | 04da7244c67afe2c27d2d65075efb21d03526a89 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_subr.c')
| -rw-r--r-- | sys/kern/vfs_subr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index f7ebe823f194..8dc1b80d964f 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -83,6 +83,7 @@ static MALLOC_DEFINE(M_NETADDR, "Export Host", "Export host address structure"); +static void addalias __P((struct vnode *vp, dev_t nvp_rdev)); static void insmntque __P((struct vnode *vp, struct mount *mp)); static void vclean __P((struct vnode *vp, int flags, struct proc *p)); static unsigned long numvnodes; @@ -1338,7 +1339,7 @@ addaliasu(nvp, nvp_rdev) return (ovp); } -void +static void addalias(nvp, dev) struct vnode *nvp; dev_t dev; |
