From e76663bf875c4d4b218d6483379d4a4133ca13ee Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 12 May 2002 22:54:48 +0000 Subject: Remove two "register" and a blank line. Submitted by: mckusick Sponsored by: DARPA & NAI Labs. --- sys/ufs/ufs/ufs_vfsops.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/ufs/ufs/ufs_vfsops.c b/sys/ufs/ufs/ufs_vfsops.c index f7ec4c2..625c21d 100644 --- a/sys/ufs/ufs/ufs_vfsops.c +++ b/sys/ufs/ufs/ufs_vfsops.c @@ -191,11 +191,11 @@ ufs_init(vfsp) */ int ufs_fhtovp(mp, ufhp, vpp) - register struct mount *mp; + struct mount *mp; struct ufid *ufhp; struct vnode **vpp; { - register struct inode *ip; + struct inode *ip; struct vnode *nvp; int error; @@ -216,4 +216,3 @@ ufs_fhtovp(mp, ufhp, vpp) *vpp = nvp; return (0); } - -- cgit v1.1