summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nwfs/nwfs_subr.c')
-rw-r--r--sys/nwfs/nwfs_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nwfs/nwfs_subr.c b/sys/nwfs/nwfs_subr.c
index f83213f..9fb889c 100644
--- a/sys/nwfs/nwfs_subr.c
+++ b/sys/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;
{
OpenPOWER on IntegriCloud