From 0f1b91f942ce9d4dadb8c0615c82428c75337368 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 4 Apr 1993 15:05:24 +0000 Subject: [PATCH] (copy): Declare to be static. --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cp.c b/src/cp.c index 830861d..bfcf912 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; -- 2.7.4