summaryrefslogtreecommitdiff
path: root/build/rpmspec.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-10-27 23:18:10 +0000
committerjbj <devnull@localhost>1999-10-27 23:18:10 +0000
commit0d0b405c201b43f2eebc61257f5992931e1cdb0c (patch)
tree7b19eee73f74dbd86e65255cff8be16b58292035 /build/rpmspec.h
parent82c75cb6a261465700ca469793b54ad68bef99a8 (diff)
downloadrpm-0d0b405c201b43f2eebc61257f5992931e1cdb0c.tar.gz
rpm-0d0b405c201b43f2eebc61257f5992931e1cdb0c.tar.bz2
rpm-0d0b405c201b43f2eebc61257f5992931e1cdb0c.zip
use compressed filenames on install side.
start unifying FD types, CFD_t now gone. CVS patchset: 3402 CVS date: 1999/10/27 23:18:10
Diffstat (limited to 'build/rpmspec.h')
-rw-r--r--build/rpmspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmspec.h b/build/rpmspec.h
index 3b951be19..70028ece8 100644
--- a/build/rpmspec.h
+++ b/build/rpmspec.h
@@ -90,7 +90,7 @@ struct SpecStruct {
/*@refcounted@*/ Header buildRestrictions;
/*@owned@*/ struct SpecStruct **buildArchitectureSpecs;
- char ** buildArchitectures;
+ /*@only@*/ const char ** buildArchitectures;
int buildArchitectureCount;
int inBuildArchitectures;