From owner-svn-src-head@FreeBSD.ORG Mon Oct 28 20:38:18 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F3B92E9E; Mon, 28 Oct 2013 20:38:17 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0C842C40; Mon, 28 Oct 2013 20:38:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9SKcHov026449; Mon, 28 Oct 2013 20:38:17 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9SKcHrr026448; Mon, 28 Oct 2013 20:38:17 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201310282038.r9SKcHrr026448@svn.freebsd.org> From: Sergey Kandaurov Date: Mon, 28 Oct 2013 20:38:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257273 - head/sys/sys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 20:38:18 -0000 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 */