summaryrefslogtreecommitdiffstats
path: root/isys/uncpio.c
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-27 21:03:42 +0000
committerErik Troan <ewt@redhat.com>2000-03-27 21:03:42 +0000
commit9ecab5ddcde5baf00a81ff98d5e8b6373ae1ed14 (patch)
treede420e9472940a2ccdf9a3f35d9050cdccfa2429 /isys/uncpio.c
parente96f9861b94282f7f22cb3fa661c69334b957aa1 (diff)
downloadanaconda-9ecab5ddcde5baf00a81ff98d5e8b6373ae1ed14.tar.gz
anaconda-9ecab5ddcde5baf00a81ff98d5e8b6373ae1ed14.tar.xz
anaconda-9ecab5ddcde5baf00a81ff98d5e8b6373ae1ed14.zip
typo
Diffstat (limited to 'isys/uncpio.c')
-rw-r--r--isys/uncpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/uncpio.c b/isys/uncpio.c
index 5f52432d7..ceabeba75 100644
--- a/isys/uncpio.c
+++ b/isys/uncpio.c
@@ -691,7 +691,7 @@ const char * myCpioStrerror(int rc)
return msg;
}
-static int copyfile(struct ourfd * inFd, struct ourfd * outFd,
+static int copyFile(struct ourfd * inFd, struct ourfd * outFd,
struct cpioHeader * chp, struct cpioCrcPhysicalHeader * pHdr) {
char buf[8192];
int amount;