diff options
author | jbj <devnull@localhost> | 1999-09-20 13:34:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-20 13:34:47 +0000 |
commit | 6bdf51d7f3a40988812f3d5ea829ae2395e8e05a (patch) | |
tree | 7ad986b8c192204a597a3402c6dfbe9171be5d48 /build/parseDescription.c | |
parent | aa8b92fedffeed174157fee39090dcb78611ac5a (diff) | |
download | librpm-tizen-6bdf51d7f3a40988812f3d5ea829ae2395e8e05a.tar.gz librpm-tizen-6bdf51d7f3a40988812f3d5ea829ae2395e8e05a.tar.bz2 librpm-tizen-6bdf51d7f3a40988812f3d5ea829ae2395e8e05a.zip |
Start experimental support for bzip2 payloads.
CVS patchset: 3309
CVS date: 1999/09/20 13:34:47
Diffstat (limited to 'build/parseDescription.c')
-rw-r--r-- | build/parseDescription.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/parseDescription.c b/build/parseDescription.c index 17ffc3586..fdd4541dc 100644 --- a/build/parseDescription.c +++ b/build/parseDescription.c @@ -2,8 +2,6 @@ #include "rpmbuild.h" -#include "popt/popt.h" - extern int noLang; /* XXX FIXME: pass as arg */ /* These have to be global scope to make up for *stupid* compilers */ |