aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index aa1fa943b..9f0bca971 100644
--- a/utility.c
+++ b/utility.c
@@ -312,7 +312,7 @@ int copy_file_chunk(int srcfd, int dstfd, size_t chunksize)
312#endif 312#endif
313 313
314 314
315#if defined (BB_CP_MV) 315#if defined (BB_CP_MV) || defined BB_DPKG
316/* 316/*
317 * Copy one file to another, while possibly preserving its modes, times, and 317 * Copy one file to another, while possibly preserving its modes, times, and
318 * modes. Returns TRUE if successful, or FALSE on a failure with an error 318 * modes. Returns TRUE if successful, or FALSE on a failure with an error