diff options
author | jbj <devnull@localhost> | 2001-06-05 19:26:22 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-05 19:26:22 +0000 |
commit | 4ae69250a2595531743074d81aec5804a1b5573f (patch) | |
tree | c0eb69d1a276ee9421a12745eae40bcfaa122dfa /build.h | |
parent | 750d54d8a33e67d8f89ed95a785c0f025c833aa8 (diff) | |
download | librpm-tizen-4ae69250a2595531743074d81aec5804a1b5573f.tar.gz librpm-tizen-4ae69250a2595531743074d81aec5804a1b5573f.tar.bz2 librpm-tizen-4ae69250a2595531743074d81aec5804a1b5573f.zip |
- fix typos in linux.{req,prov}.
CVS patchset: 4834
CVS date: 2001/06/05 19:26:22
Diffstat (limited to 'build.h')
-rw-r--r-- | build.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ extern "C" { #endif int build(const char * arg, BTA_t ba, const char * passPhrase, - char * cookie, /*@null@*/ const char * rcfile); + char * cookie, /*@null@*/ const char * rcfile) + /*@modifies ba->buildAmount, fileSystem @*/; #ifdef __cplusplus } |