regen again (forgot both patches touched namei.h)

This commit is contained in:
dholland 2009-09-27 17:24:31 +00:00
parent 8d36057243
commit e0ec0f8616
2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
/* $NetBSD: rump_namei.h,v 1.5 2009/09/27 17:21:22 dholland Exp $ */
/* $NetBSD: rump_namei.h,v 1.6 2009/09/27 17:24:32 dholland Exp $ */
/*
* WARNING: GENERATED FILE. DO NOT EDIT
* (edit namei.src and run make namei in src/sys/sys)
* by: NetBSD: gennameih.awk,v 1.4 2008/12/03 10:54:27 ad Exp
* from: NetBSD: namei.src,v 1.12 2009/09/27 17:19:07 dholland Exp
* from: NetBSD: namei.src,v 1.13 2009/09/27 17:23:54 dholland Exp
*/
#ifndef _RUMP_RUMP_NAMEI_H_

View File

@ -1,11 +1,11 @@
/* $NetBSD: namei.h,v 1.66 2009/09/27 17:21:22 dholland Exp $ */
/* $NetBSD: namei.h,v 1.67 2009/09/27 17:24:31 dholland Exp $ */
/*
* WARNING: GENERATED FILE. DO NOT EDIT
* (edit namei.src and run make namei in src/sys/sys)
* by: NetBSD: gennameih.awk,v 1.4 2008/12/03 10:54:27 ad Exp
* from: NetBSD: namei.src,v 1.12 2009/09/27 17:19:07 dholland Exp
* from: NetBSD: namei.src,v 1.13 2009/09/27 17:23:54 dholland Exp
*/
/*
@ -236,7 +236,7 @@ int namei_simple_user(const char *, namei_simple_flags_t, struct vnode **);
int namei(struct nameidata *);
uint32_t namei_hash(const char *, const char **);
int lookup_for_nfsd(struct nameidata *);
int lookup_for_nfsd(struct nameidata *, struct vnode *, int neverfollow);
int lookup_for_nfsd_index(struct nameidata *);
int relookup(struct vnode *, struct vnode **, struct componentname *);
void cache_purge1(struct vnode *, const struct componentname *, int);