Module Name:    src
Committed By:   msaitoh
Date:           Mon Oct 27 05:46:27 UTC 2014

Modified Files:
        src/sys/miscfs/genfs [netbsd-6]: genfs.h

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1135):
        sys/miscfs/genfs/genfs.h: revision 1.31
Fix (harmless) typo in struct genfs_rename_ops::gro_lookup prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.28.18.1 -r1.28.18.2 src/sys/miscfs/genfs/genfs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/miscfs/genfs/genfs.h
diff -u src/sys/miscfs/genfs/genfs.h:1.28.18.1 src/sys/miscfs/genfs/genfs.h:1.28.18.2
--- src/sys/miscfs/genfs/genfs.h:1.28.18.1	Mon Jul  2 18:01:17 2012
+++ src/sys/miscfs/genfs/genfs.h	Mon Oct 27 05:46:27 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: genfs.h,v 1.28.18.1 2012/07/02 18:01:17 jdc Exp $	*/
+/*	$NetBSD: genfs.h,v 1.28.18.2 2014/10/27 05:46:27 msaitoh Exp $	*/
 
 #ifndef	_MISCFS_GENFS_GENFS_H_
 #define	_MISCFS_GENFS_GENFS_H_
@@ -105,7 +105,7 @@ struct genfs_rename_ops {
 	    struct vnode *dvp, struct componentname *cnp, void *de,
 	    struct vnode *vp);
 	int (*gro_lookup)(struct mount *mp, struct vnode *dvp,
-	    struct componentname *cnp, void *fde_ret, struct vnode **vp_ret);
+	    struct componentname *cnp, void *de_ret, struct vnode **vp_ret);
 	int (*gro_genealogy)(struct mount *mp, kauth_cred_t cred,
 	    struct vnode *fdvp, struct vnode *tdvp,
 	    struct vnode **intermediate_node_ret);

Reply via email to