Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/miscfs/genfs Pull up following revision(s) (requested...
details: https://anonhg.NetBSD.org/src/rev/7acc7ca57109
branches: netbsd-6
changeset: 776724:7acc7ca57109
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Oct 27 05:46:27 2014 +0000
description:
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.
diffstat:
sys/miscfs/genfs/genfs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9f420231851d -r 7acc7ca57109 sys/miscfs/genfs/genfs.h
--- a/sys/miscfs/genfs/genfs.h Mon Oct 27 05:43:51 2014 +0000
+++ b/sys/miscfs/genfs/genfs.h Mon Oct 27 05:46:27 2014 +0000
@@ -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 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);
Home |
Main Index |
Thread Index |
Old Index