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 /debianutils | |
| 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 'debianutils')
| -rw-r--r-- | debianutils/mktemp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debianutils/mktemp.c b/debianutils/mktemp.c index 966257aed..9e7ef7b4c 100644 --- a/debianutils/mktemp.c +++ b/debianutils/mktemp.c | |||
| @@ -10,11 +10,6 @@ | |||
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | #include "libbb.h" | 12 | #include "libbb.h" |
| 13 | #include <stdio.h> | ||
| 14 | #include <errno.h> | ||
| 15 | #include <string.h> | ||
| 16 | #include <unistd.h> | ||
| 17 | #include <stdlib.h> | ||
| 18 | 13 | ||
| 19 | int mktemp_main(int argc, char **argv); | 14 | int mktemp_main(int argc, char **argv); |
| 20 | int mktemp_main(int argc, char **argv) | 15 | int mktemp_main(int argc, char **argv) |
