Delete some stuff that has been commented out for over 12 years, and

some that shouldn't have been left commented out when the field got moved.
This commit is contained in:
dsl 2007-03-23 21:00:25 +00:00
parent 5eb224a2d3
commit 0fd75511ad
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: namei.h,v 1.47 2006/12/24 08:54:55 elad Exp $ */
/* $NetBSD: namei.h,v 1.48 2007/03/23 21:00:25 dsl Exp $ */
/*
* Copyright (c) 1985, 1989, 1991, 1993
@ -46,13 +46,9 @@ struct nameidata {
*/
const char *ni_dirp; /* pathname pointer */
enum uio_seg ni_segflg; /* location of pathname */
/* u_long ni_nameiop; namei operation */
/* u_long ni_flags; flags to namei */
/* struct proc *ni_proc; process requesting lookup */
/*
* Arguments to lookup.
*/
/* kauth_cred_t ni_cred; credentials */
struct vnode *ni_startdir; /* starting directory */
struct vnode *ni_rootdir; /* logical root directory */
/*