diff options
author | jbj <devnull@localhost> | 2002-12-24 02:41:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-24 02:41:45 +0000 |
commit | 415b3e6ff241d1c7120ee12ddb28bb1ad25c2e0d (patch) | |
tree | e6d9a0d18ad034fabcf7bf435443795c363bfe21 /build/rpmspec.h | |
parent | e3c423226eb5dcf13d3ae5ffb5abb11900f061fb (diff) | |
download | rpm-415b3e6ff241d1c7120ee12ddb28bb1ad25c2e0d.tar.gz rpm-415b3e6ff241d1c7120ee12ddb28bb1ad25c2e0d.tar.bz2 rpm-415b3e6ff241d1c7120ee12ddb28bb1ad25c2e0d.zip |
fix: ia64 segfault on build.
CVS patchset: 5961
CVS date: 2002/12/24 02:41:45
Diffstat (limited to 'build/rpmspec.h')
-rw-r--r-- | build/rpmspec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmspec.h b/build/rpmspec.h index 5bfec8d59..a71b698ce 100644 --- a/build/rpmspec.h +++ b/build/rpmspec.h @@ -145,7 +145,7 @@ struct Spec_s { /*@only@*/ const char * sourceRpmName; /*@only@*/ - const unsigned char * sourcePkgId; + unsigned char * sourcePkgId; /*@refcounted@*/ Header sourceHeader; rpmfi sourceCpioList; |