diff options
author | jbj <devnull@localhost> | 1998-11-25 00:42:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-11-25 00:42:36 +0000 |
commit | b2fd4c2d88653aa2d3832e24c066f9d5d204772a (patch) | |
tree | 3ef071c68e085812031a13ea81596db25d04c724 /build/rpmspec.h | |
parent | 4551a1256f6c43498c838838fe9343e8b6ccb69a (diff) | |
download | librpm-tizen-b2fd4c2d88653aa2d3832e24c066f9d5d204772a.tar.gz librpm-tizen-b2fd4c2d88653aa2d3832e24c066f9d5d204772a.tar.bz2 librpm-tizen-b2fd4c2d88653aa2d3832e24c066f9d5d204772a.zip |
Add dup for the "other" gzdopen premature close.
CVS patchset: 2556
CVS date: 1998/11/25 00:42:36
Diffstat (limited to 'build/rpmspec.h')
-rw-r--r-- | build/rpmspec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rpmspec.h b/build/rpmspec.h index fd453952f..763369a7d 100644 --- a/build/rpmspec.h +++ b/build/rpmspec.h @@ -71,8 +71,8 @@ struct SpecStruct { int anyarch; int gotBuildRoot; - /*@only@*/ char *buildRoot; - /*@only@*/ char *buildSubdir; + /*@only@*/ const char *buildRoot; + /*@only@*/ const char *buildSubdir; char *passPhrase; int timeCheck; |