summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-10-26 15:32:03 +0000
committerjbj <devnull@localhost>2000-10-26 15:32:03 +0000
commit12dd80dc37fef861ada690fa0c7ffcc8a47d4fa4 (patch)
treebfdc584518d0f8090d52ff37114cf6225dd8d807 /build
parentf104a06fb09a071d9abae455b6d44473ef4be4f1 (diff)
downloadlibrpm-tizen-12dd80dc37fef861ada690fa0c7ffcc8a47d4fa4.tar.gz
librpm-tizen-12dd80dc37fef861ada690fa0c7ffcc8a47d4fa4.tar.bz2
librpm-tizen-12dd80dc37fef861ada690fa0c7ffcc8a47d4fa4.zip
Add base64 fiddles to get at signature contents to librpmio.a.
parsePrep.c: fix typo's. CVS patchset: 4227 CVS date: 2000/10/26 15:32:03
Diffstat (limited to 'build')
-rw-r--r--build/parsePrep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c
index 4e13f67b7..11553e741 100644
--- a/build/parsePrep.c
+++ b/build/parsePrep.c
@@ -54,7 +54,6 @@ static int checkOwners(const char *urlfn)
* @param removeEmpties include -E?
* @return expanded %patch macro (NULL on error)
*/
- */
/*@observer@*/ static char *doPatch(Spec spec, int c, int strip, const char *db,
int reverse, int removeEmpties)
{
@@ -145,7 +144,6 @@ static int checkOwners(const char *urlfn)
* @param quietly should -vv be omitted from tar?
* @return expanded %setup macro (NULL on error)
*/
- */
/*@observer@*/ static const char *doUntar(Spec spec, int c, int quietly)
{
const char *fn, *urlfn;