From: Glenn L McGrath Date: Sat, 10 Feb 2001 14:53:44 +0000 (-0000) Subject: BB_DPKG uses copy_file X-Git-Tag: 0_50~243 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=de556615dc0f50191266be778e3978ae27d5779c;p=oweals%2Fbusybox.git BB_DPKG uses copy_file --- 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) #endif -#if defined (BB_CP_MV) +#if defined (BB_CP_MV) || defined BB_DPKG /* * Copy one file to another, while possibly preserving its modes, times, and * modes. Returns TRUE if successful, or FALSE on a failure with an error