From: Jim Meyering Date: Sun, 4 Apr 1993 15:05:24 +0000 (+0000) Subject: (copy): Declare to be static. X-Git-Tag: FILEUTILS-3_8_3b~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f1b91f942ce9d4dadb8c0615c82428c75337368;p=thirdparty%2Fcoreutils.git (copy): Declare to be static. --- diff --git a/src/cp.c b/src/cp.c index 830861d0e1..bfcf912f2b 100644 --- a/src/cp.c +++ b/src/cp.c @@ -421,7 +421,7 @@ do_copy (argc, argv) devices and inodes of parent directories of SRC_PATH. Return 0 if successful, 1 if an error occurs. */ -int +static int copy (src_path, dst_path, new_dst, device, ancestors) char *src_path; char *dst_path;