Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2011 21:38:25 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226708 - head/usr.sbin/pkg_install/info
Message-ID:  <201110242138.p9OLcPqL064112@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon Oct 24 21:38:25 2011
New Revision: 226708
URL: http://svn.freebsd.org/changeset/base/226708

Log:
  Staticify elide_root() for now to fix build.

Modified:
  head/usr.sbin/pkg_install/info/show.c

Modified: head/usr.sbin/pkg_install/info/show.c
==============================================================================
--- head/usr.sbin/pkg_install/info/show.c	Mon Oct 24 21:31:53 2011	(r226707)
+++ head/usr.sbin/pkg_install/info/show.c	Mon Oct 24 21:38:25 2011	(r226708)
@@ -207,7 +207,7 @@ show_plist(const char *title, Package *p
     }
 }
 
-const char *
+static const char *
 elide_root(const char *dir)
 {
     if (strcmp(dir, "/") == 0)



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