summaryrefslogtreecommitdiffstats
path: root/isys/cpio.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-03 16:09:50 +0000
committerMatt Wilson <msw@redhat.com>2000-01-03 16:09:50 +0000
commit687880c7067266307aa5672fe0eda0eba6632768 (patch)
treef589b99a2b2eaebdafce556f5f73ceacb76800ea /isys/cpio.c
parent1b440dad447b0f6b804432bf0609b2219a513e12 (diff)
downloadanaconda-687880c7067266307aa5672fe0eda0eba6632768.tar.gz
anaconda-687880c7067266307aa5672fe0eda0eba6632768.tar.xz
anaconda-687880c7067266307aa5672fe0eda0eba6632768.zip
move off rpm's namespace here. We can't have two functions named\ncpioInstallArchive with different arguments.
Diffstat (limited to 'isys/cpio.c')
-rw-r--r--isys/cpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/cpio.c b/isys/cpio.c
index cf8adc8c0..97d411764 100644
--- a/isys/cpio.c
+++ b/isys/cpio.c
@@ -18,7 +18,7 @@ int installCpioFile(gzFile fd, char * cpioName, char * outName, int inWin) {
map.mapFlags = CPIO_MAP_PATH;
}
- rc = cpioInstallArchive(fd, outName ? &map : NULL, 1, NULL, NULL,
+ rc = myCpioInstallArchive(fd, outName ? &map : NULL, 1, NULL, NULL,
&failedFile);
if (rc || access(outName, R_OK)) {