diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-31 22:16:38 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-31 22:16:38 +0000 |
| commit | fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd (patch) | |
| tree | f2d3fe127fb6c3c1d3b919631de6e6ed7cbc1791 /miscutils | |
| parent | c2f011aa031b8598422953d5e9a93ca008ad0867 (diff) | |
| download | busybox-w32-fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd.tar.gz busybox-w32-fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd.tar.bz2 busybox-w32-fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd.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
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/devfsd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 0b08fb6e5..994b80e76 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
| @@ -56,23 +56,12 @@ | |||
| 56 | 56 | ||
| 57 | #include "libbb.h" | 57 | #include "libbb.h" |
| 58 | #include "xregex.h" | 58 | #include "xregex.h" |
| 59 | #include <unistd.h> | ||
| 60 | #include <stdio.h> | ||
| 61 | #include <stdlib.h> | ||
| 62 | #include <stdarg.h> | ||
| 63 | #include <string.h> | ||
| 64 | #include <ctype.h> | ||
| 65 | #include <sys/stat.h> | ||
| 66 | #include <sys/types.h> | ||
| 67 | #include <sys/wait.h> | 59 | #include <sys/wait.h> |
| 68 | #include <sys/ioctl.h> | 60 | #include <sys/ioctl.h> |
| 69 | #include <sys/socket.h> | 61 | #include <sys/socket.h> |
| 70 | #include <sys/un.h> | 62 | #include <sys/un.h> |
| 71 | #include <dirent.h> | 63 | #include <dirent.h> |
| 72 | #include <fcntl.h> | ||
| 73 | #include <syslog.h> | 64 | #include <syslog.h> |
| 74 | #include <signal.h> | ||
| 75 | #include <errno.h> | ||
| 76 | #include <sys/sysmacros.h> | 65 | #include <sys/sysmacros.h> |
| 77 | 66 | ||
| 78 | 67 | ||
