diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-10 14:53:44 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-10 14:53:44 +0000 |
commit | fa5776895c543763396b1c04f3d818aac9ae442c (patch) | |
tree | 55735ab324ff5efc38af071ec4942ede2091c187 | |
parent | 36a582afdd26fb8f0ee9d63dafa394321cb909bc (diff) | |
download | busybox-w32-fa5776895c543763396b1c04f3d818aac9ae442c.tar.gz busybox-w32-fa5776895c543763396b1c04f3d818aac9ae442c.tar.bz2 busybox-w32-fa5776895c543763396b1c04f3d818aac9ae442c.zip |
BB_DPKG uses copy_file
git-svn-id: svn://busybox.net/trunk/busybox@1788 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |