svn commit: r221986 - head/sys/nfsclient

Rick Macklem rmacklem at FreeBSD.org
Mon May 16 13:12:09 UTC 2011


Author: rmacklem
Date: Mon May 16 13:12:09 2011
New Revision: 221986
URL: http://svn.freebsd.org/changeset/base/221986

Log:
  Fix a comment that got missed by r221973 which changed
  the sysctl naming for the old NFS client to vfs.oldnfs.

Modified:
  head/sys/nfsclient/nfs.h

Modified: head/sys/nfsclient/nfs.h
==============================================================================
--- head/sys/nfsclient/nfs.h	Mon May 16 12:11:29 2011	(r221985)
+++ head/sys/nfsclient/nfs.h	Mon May 16 13:12:09 2011	(r221986)
@@ -107,7 +107,7 @@
 #endif
 
 /*
- * vfs.nfs sysctl(3) identifiers
+ * vfs.oldnfs sysctl(3) identifiers
  */
 #define NFS_NFSSTATS	1		/* struct: struct nfsstats */
 


More information about the svn-src-all mailing list