diff options
author | jbj <devnull@localhost> | 2002-11-05 22:45:02 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-11-05 22:45:02 +0000 |
commit | 90d7f523997837adac14c77a9a61d405fcdf66e9 (patch) | |
tree | d95497c0b1eb522346ac31fd3ce4283ec311d570 /build/rpmfc.h | |
parent | e99358b753e1f8b12474e0b15097af79bf49cc8c (diff) | |
download | rpm-90d7f523997837adac14c77a9a61d405fcdf66e9.tar.gz rpm-90d7f523997837adac14c77a9a61d405fcdf66e9.tar.bz2 rpm-90d7f523997837adac14c77a9a61d405fcdf66e9.zip |
Remove multilib patch.
splint fiddles.
CVS patchset: 5825
CVS date: 2002/11/05 22:45:02
Diffstat (limited to 'build/rpmfc.h')
-rw-r--r-- | build/rpmfc.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/build/rpmfc.h b/build/rpmfc.h index c9ec7fbdb..ac0fa8207 100644 --- a/build/rpmfc.h +++ b/build/rpmfc.h @@ -80,9 +80,11 @@ extern "C" { /** */ -int rpmfcExec(ARGV_t av, StringBuf sb_stdin, StringBuf * sb_stdoutp, +int rpmfcExec(ARGV_t av, StringBuf sb_stdin, /*@out@*/ StringBuf * sb_stdoutp, int failnonzero) - /*@*/; + /*@globals rpmGlobalMacroContext, fileSystem, internalState @*/ + /*@modifies *sb_stdoutp, rpmGlobalMacroContext, + fileSystem, internalState @*/; /** */ @@ -109,7 +111,7 @@ rpmfc rpmfcNew(void) * Build file class dictionary and mappings. */ int rpmfcClassify(rpmfc fc, ARGV_t argv) - /*@modifies *fcp @*/; + /*@modifies fc @*/; /** * BUild file/package dependency dictionary and mappings. |