diff options
author | joerg <joerg@pkgsrc.org> | 2008-03-21 14:47:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-03-21 14:47:53 +0000 |
commit | f1df4dd4e98a3ba723e1e89572861620e3863449 (patch) | |
tree | 8a25dca5ebcfd57e1ad24f31234664f40ec93fc6 /pkgtools | |
parent | 06c07c570fbd9673b35f564abe033b30cee70f3c (diff) | |
download | pkgsrc-f1df4dd4e98a3ba723e1e89572861620e3863449.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')
-rw-r--r-- | pkgtools/pkg_install/files/admin/config.c | 5 |
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; |