summaryrefslogtreecommitdiff
path: root/build
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
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')
-rw-r--r--build/files.c6
-rw-r--r--build/pack.c7
2 files changed, 2 insertions, 11 deletions
diff --git a/build/files.c b/build/files.c
index 17f8eb683..4a8c356dd 100644
--- a/build/files.c
+++ b/build/files.c
@@ -18,6 +18,7 @@
#include "buildio.h"
#include "myftw.h"
+#include "legacy.h" /* XXX mdfile, expandFileList, compressFileList */
#include "misc.h"
#include "debug.h"
@@ -31,11 +32,6 @@
#define MAXDOCDIR 1024
-/*@-redecl@*/
-/*@unchecked@*/
-extern int _noDirTokens;
-/*@=redecl@*/
-
/**
*/
typedef enum specdFlags_e {
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 */