svn commit: r257273 - head/sys/sys

Sergey Kandaurov pluknet at FreeBSD.org
Mon Oct 28 20:38:18 UTC 2013


Author: pluknet
Date: Mon Oct 28 20:38:17 2013
New Revision: 257273
URL: http://svnweb.freebsd.org/changeset/base/257273

Log:
  G/c unused mountrootfsname.
  It was replaced with rootdevnames in r52778.

Modified:
  head/sys/sys/mount.h

Modified: head/sys/sys/mount.h
==============================================================================
--- head/sys/sys/mount.h	Mon Oct 28 20:32:37 2013	(r257272)
+++ head/sys/sys/mount.h	Mon Oct 28 20:38:17 2013	(r257273)
@@ -806,8 +806,6 @@ vfs_statfs_t	__vfs_statfs;
 	};							\
 	DECLARE_MODULE(fsname, fsname ## _mod, SI_SUB_VFS, SI_ORDER_MIDDLE)
 
-extern	char *mountrootfsname;
-
 /*
  * exported vnode operations
  */


More information about the svn-src-head mailing list