diff options
author | jbj <devnull@localhost> | 2002-04-08 19:13:35 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-08 19:13:35 +0000 |
commit | b5f320dfacdfb56ed2b84e845d515715ccb53e05 (patch) | |
tree | 65f7ed6d26789d2606d70d5af2151b486223c59b /rpmio/tdir.c | |
parent | b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9 (diff) | |
download | librpm-tizen-b5f320dfacdfb56ed2b84e845d515715ccb53e05.tar.gz librpm-tizen-b5f320dfacdfb56ed2b84e845d515715ccb53e05.tar.bz2 librpm-tizen-b5f320dfacdfb56ed2b84e845d515715ccb53e05.zip |
Check rpm-4.0.4 for orpahns.
CVS patchset: 5380
CVS date: 2002/04/08 19:13:35
Diffstat (limited to 'rpmio/tdir.c')
-rw-r--r-- | rpmio/tdir.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rpmio/tdir.c b/rpmio/tdir.c index 2795b33cc..6c592eba4 100644 --- a/rpmio/tdir.c +++ b/rpmio/tdir.c @@ -9,11 +9,6 @@ static int _debug = 0; -/*@unchecked@*/ -extern int _ftp_debug; -/*@unchecked@*/ -extern int _rpmio_debug; - #define FTPPATH "ftp://porkchop/mnt/redhat/beehive/comps/dist/7.2-rpm" #define DIRPATH "/mnt/redhat/beehive/comps/dist/7.2-rpm" static char * dirpath = DIRPATH; |