summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index 830861d0e..bfcf912f2 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;