Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2017 08:38:47 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r317326 - stable/11/share/man/man9
Message-ID:  <201704230838.v3N8clXx071966@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704230838.v3N8clXx071966>