svn commit: r317326 - stable/11/share/man/man9
Edward Tomasz Napierala
trasz at FreeBSD.org
Sun Apr 23 08:38:48 UTC 2017
Author: trasz
Date: Sun Apr 23 08:38:47 2017
New Revision: 317326
URL: https://svnweb.freebsd.org/changeset/base/317326
Log:
MFC r316056:
The cn_consume was removed in r296716.
Sponsored by: DARPA, AFRL
Modified:
stable/11/share/man/man9/VOP_LOOKUP.9
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man9/VOP_LOOKUP.9
==============================================================================
--- stable/11/share/man/man9/VOP_LOOKUP.9 Sun Apr 23 08:36:29 2017 (r317325)
+++ stable/11/share/man/man9/VOP_LOOKUP.9 Sun Apr 23 08:38:47 2017 (r317326)
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 1997
+.Dd March 27, 2017
.Dt VOP_LOOKUP 9
.Os
.Sh NAME
@@ -71,7 +71,6 @@ struct componentname {
char *cn_nameptr; /* pointer to looked up name */
long cn_namelen; /* length of looked up component */
u_long cn_hash; /* hash value of looked up name */
- long cn_consume; /* chars to consume in lookup() */
};
.Ed
.Pp
More information about the svn-src-stable-11
mailing list