summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-08-27 16:03:46 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-08-27 16:03:46 +0200
commit6749666f6106c0777f0075f544ccb7043cf7d736 (patch)
treeea3f0d8cfad5eade32e823e8aea355cc355e23fe /rpmio
parent2cb8ee9accb7fdb81190e715f56071a1e252994a (diff)
downloadrpm-6749666f6106c0777f0075f544ccb7043cf7d736.tar.gz
rpm-6749666f6106c0777f0075f544ccb7043cf7d736.tar.bz2
rpm-6749666f6106c0777f0075f544ccb7043cf7d736.zip
Comment out Glob_error.
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/tglob.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmio/tglob.c b/rpmio/tglob.c
index c185ac8ff..55d20bb8c 100644
--- a/rpmio/tglob.c
+++ b/rpmio/tglob.c
@@ -24,11 +24,13 @@ static char * ftppath = FTPPATH;
static char * httppath = HTTPPATH;
static char * httpspath = HTTPSPATH;
+#if 0
static int Glob_error(const char *epath, int eerrno)
{
fprintf(stderr, "*** glob_error(%p,%d) path %s\n", epath, eerrno, epath);
return 1;
}
+#endif
static void printGlob(const char * path)
{