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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to