diff options
author | jbj <devnull@localhost> | 2003-05-08 20:39:29 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-05-08 20:39:29 +0000 |
commit | 9c5529608e389271b80469054bfe80737521590a (patch) | |
tree | b1df8b79cd3fdbb7f10d3b48ee25fddb66072fe3 /build/buildio.h | |
parent | db7ab2f447ee6097b2e98a526f6383a5ca388718 (diff) | |
download | rpm-9c5529608e389271b80469054bfe80737521590a.tar.gz rpm-9c5529608e389271b80469054bfe80737521590a.tar.bz2 rpm-9c5529608e389271b80469054bfe80737521590a.zip |
- don't use error string after gzclose (Dmitry V. Levin).
Spliddles for rpmio, drill h_errno all the way through.
CVS patchset: 6826
CVS date: 2003/05/08 20:39:29
Diffstat (limited to 'build/buildio.h')
-rw-r--r-- | build/buildio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/buildio.h b/build/buildio.h index b38ba93a0..f3641fa33 100644 --- a/build/buildio.h +++ b/build/buildio.h @@ -39,7 +39,7 @@ extern "C" { /*@out@*/ struct rpmlead * lead, /*@out@*/ Header * sigs, CSA_t csa) - /*@globals rpmGlobalMacroContext, + /*@globals rpmGlobalMacroContext, h_errno, fileSystem, internalState @*/ /*@modifies *specp, *lead, *sigs, csa, csa->cpioFdIn, rpmGlobalMacroContext, fileSystem, internalState @*/; @@ -65,7 +65,7 @@ int writeRPM(Header * hdrp, /*@null@*/ unsigned char ** pkgidp, CSA_t csa, /*@null@*/ char * passPhrase, /*@out@*/ const char ** cookie) - /*@globals rpmGlobalMacroContext, + /*@globals rpmGlobalMacroContext, h_errno, fileSystem, internalState @*/ /*@modifies *hdrp, *pkgidp, *cookie, csa, csa->cpioArchiveSize, rpmGlobalMacroContext, fileSystem, internalState @*/; |