summaryrefslogtreecommitdiff
path: root/build/pack.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-21 21:43:32 +0000
committerjbj <devnull@localhost>2001-10-21 21:43:32 +0000
commit1ad22a0bc4efaad2113975267bf5bf0708cb870e (patch)
treeae4d2e9f20d1a79002a838d5265bc54fa9b0851d /build/pack.c
parentd5dd3dfbc6f0e9128e055eaf84635c85de7b8139 (diff)
downloadrpm-1ad22a0bc4efaad2113975267bf5bf0708cb870e.tar.gz
rpm-1ad22a0bc4efaad2113975267bf5bf0708cb870e.tar.bz2
rpm-1ad22a0bc4efaad2113975267bf5bf0708cb870e.zip
- all symbols but hdrVec are now forward references in linkage.
CVS patchset: 5128 CVS date: 2001/10/21 21:43:32
Diffstat (limited to 'build/pack.c')
-rw-r--r--build/pack.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/build/pack.c b/build/pack.c
index b1edc6580..80340281f 100644
--- a/build/pack.c
+++ b/build/pack.c
@@ -9,16 +9,11 @@
#include <rpmbuild.h>
#include "buildio.h"
-#include "misc.h"
+#include "legacy.h" /* XXX providePackageNVR */
#include "signature.h"
#include "rpmlead.h"
#include "debug.h"
-/*@-redecl@*/
-/*@unchecked@*/
-extern int _noDirTokens;
-/*@=redecl@*/
-
/*@access StringBuf @*/ /* compared with NULL */
/*@access TFI_t @*/ /* compared with NULL */
/*@access Header @*/ /* compared with NULL */