On Fri, Oct 06, 2000 at 09:41:29AM -0400, Robert Watson wrote:
> Index: ffs_vfsops.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/ufs/ffs/ffs_vfsops.c,v
> retrieving revision 1.129
> diff -u -r1.129 ffs_vfsops.c
> --- ffs_vfsops.c 2000/10/04 04:44:51 1.129
> +++ ffs_vfsops.c 2000/10/06 13:40:57
> @@ -772,7 +772,7 @@
> int mntflags;
> struct proc *p;
> {
> - register struct ufsmount *ump;
> + register struct ufsmount *ump = VFSTOUFS(mp);
> register struct fs *fs;
> int error, flags;
This has a KNF style problem. The line you remove should stay and
"ump = VFSTOUFS(mp);" added.
--
-- David ([EMAIL PROTECTED])
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message