diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-31 22:16:38 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-31 22:16:38 +0000 |
commit | 3ea433409694393b67dd9dee3b184268ab75ac56 (patch) | |
tree | f2d3fe127fb6c3c1d3b919631de6e6ed7cbc1791 /coreutils | |
parent | 2c31c731f0026b9f92dc0e07542fb8e38cad7dd2 (diff) | |
download | busybox-w32-3ea433409694393b67dd9dee3b184268ab75ac56.tar.gz busybox-w32-3ea433409694393b67dd9dee3b184268ab75ac56.tar.bz2 busybox-w32-3ea433409694393b67dd9dee3b184268ab75ac56.zip |
use "glibc errno" trick not only for ash, but for entire busybox
(add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes
git-svn-id: svn://busybox.net/trunk/busybox@18716 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/mv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index ad36051f9..8d9c9827a 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -15,10 +15,7 @@ | |||
15 | 15 | ||
16 | #include <sys/types.h> | 16 | #include <sys/types.h> |
17 | #include <sys/stat.h> | 17 | #include <sys/stat.h> |
18 | #include <unistd.h> | ||
19 | #include <dirent.h> | 18 | #include <dirent.h> |
20 | #include <errno.h> | ||
21 | #include <stdlib.h> | ||
22 | #include <getopt.h> /* struct option */ | 19 | #include <getopt.h> /* struct option */ |
23 | #include "libbb.h" | 20 | #include "libbb.h" |
24 | #include "libcoreutils/coreutils.h" | 21 | #include "libcoreutils/coreutils.h" |