From 72e68d3b765994ed27cdd33c3f725fcc3328cac3 Mon Sep 17 00:00:00 2001 From: bp Date: Mon, 2 Oct 2000 09:29:59 +0000 Subject: Get rid from the legacy __P() macro. Remove 'register' keywords. --- sys/fs/nwfs/nwfs_subr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/fs/nwfs/nwfs_subr.c') diff --git a/sys/fs/nwfs/nwfs_subr.c b/sys/fs/nwfs/nwfs_subr.c index f83213f..9fb889c 100644 --- a/sys/fs/nwfs/nwfs_subr.c +++ b/sys/fs/nwfs/nwfs_subr.c @@ -351,8 +351,8 @@ ncp_modify_file_or_subdir_dos_info(struct nwmount *nmp, struct vnode *vp, int ncp_setattr(vp, vap, cred, procp) - register struct vnode *vp; - register struct vattr *vap; + struct vnode *vp; + struct vattr *vap; struct ucred *cred; struct proc *procp; { -- cgit v1.1