summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-03-21 14:47:53 +0000
committerjoerg <joerg@pkgsrc.org>2008-03-21 14:47:53 +0000
commitae389f8ee9ae87c882e76896bab864d541712406 (patch)
tree8a25dca5ebcfd57e1ad24f31234664f40ec93fc6 /pkgtools/pkg_install
parent0961a5f6f973f4514e027630a4a19530f329d907 (diff)
downloadpkgsrc-ae389f8ee9ae87c882e76896bab864d541712406.tar.gz
Revert last change. The symbol is already defined in
lib/vulnerabilities-file.c and making it a common symbol just hides the real issue (whatever it is).
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/files/admin/config.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/admin/config.c b/pkgtools/pkg_install/files/admin/config.c
index 9ef26b13594..2ac3e7e90e0 100644
--- a/pkgtools/pkg_install/files/admin/config.c
+++ b/pkgtools/pkg_install/files/admin/config.c
@@ -1,4 +1,4 @@
-/* $NetBSD: config.c,v 1.2 2008/03/21 08:18:17 jklos Exp $ */
+/* $NetBSD: config.c,v 1.3 2008/03/21 14:47:53 joerg Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -8,7 +8,7 @@
#include <sys/cdefs.h>
#endif
#ifndef lint
-__RCSID("$NetBSD: config.c,v 1.2 2008/03/21 08:18:17 jklos Exp $");
+__RCSID("$NetBSD: config.c,v 1.3 2008/03/21 14:47:53 joerg Exp $");
#endif
/*-
@@ -50,7 +50,6 @@ __RCSID("$NetBSD: config.c,v 1.2 2008/03/21 08:18:17 jklos Exp $");
#include "admin.h"
#include "lib.h"
-const char *gpg_cmd;
const char *pkg_vulnerabilities_dir;
const char *pkg_vulnerabilities_file;
const char *pkg_vulnerabilities_url;