diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2012-10-19 14:49:42 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2012-10-19 14:49:42 +0000 |
| commit | bf70becee6ff4798acdcfd586a88ad38b7b17495 (patch) | |
| tree | ddffe542a2e921ec48c73d322a2046f559a9d74f /usr.sbin/pkg_install/version | |
| parent | 39893d565a6c4b948fc0ba1b8c22ee1d57f2aaa4 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/version')
| -rw-r--r-- | usr.sbin/pkg_install/version/perform.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/version/perform.c b/usr.sbin/pkg_install/version/perform.c index a5ac36fb5cb4..426d979bdbaf 100644 --- a/usr.sbin/pkg_install/version/perform.c +++ b/usr.sbin/pkg_install/version/perform.c @@ -27,9 +27,9 @@ __FBSDID("$FreeBSD$"); #include <fetch.h> #include <signal.h> -FILE *IndexFile; -char IndexPath[PATH_MAX] = ""; -struct index_head Index = SLIST_HEAD_INITIALIZER(Index); +static FILE *IndexFile; +static char IndexPath[PATH_MAX] = ""; +static struct index_head Index = SLIST_HEAD_INITIALIZER(Index); static int pkg_do(char *); static void show_version(Package, const char *, const char *); |
