summaryrefslogtreecommitdiffstats
path: root/bin/cp/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cp/utils.c')
-rw-r--r--bin/cp/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index ab92dfc..7930195 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$");
#include "extern.h"
int
-copy_file(FTSENT *entp, int dne)
+copy_file(const FTSENT *entp, int dne)
{
static char buf[MAXBSIZE];
struct stat *fs;
@@ -193,7 +193,7 @@ copy_file(FTSENT *entp, int dne)
}
int
-copy_link(FTSENT *p, int exists)
+copy_link(const FTSENT *p, int exists)
{
int len;
char llink[PATH_MAX];
OpenPOWER on IntegriCloud