summaryrefslogtreecommitdiffstats
path: root/isys/uncpio.c
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-27 20:56:31 +0000
committerErik Troan <ewt@redhat.com>2000-03-27 20:56:31 +0000
commite96f9861b94282f7f22cb3fa661c69334b957aa1 (patch)
treef34873be71c3fc4d52dfeabdc85af4a2d36a6153 /isys/uncpio.c
parentbdb4a19b69d500847ec94c54aa0d457abcccb2b3 (diff)
downloadanaconda-e96f9861b94282f7f22cb3fa661c69334b957aa1.tar.gz
anaconda-e96f9861b94282f7f22cb3fa661c69334b957aa1.tar.xz
anaconda-e96f9861b94282f7f22cb3fa661c69334b957aa1.zip
copyfile should be static
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 22833c0d9..5f52432d7 100644
--- a/isys/uncpio.c
+++ b/isys/uncpio.c
@@ -691,7 +691,7 @@ const char * myCpioStrerror(int rc)
return msg;
}
-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;