diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-28 13:00:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-28 13:00:29 +0200 |
commit | cc272b06eefb87030bb85b686abdbc22b5ed1c34 (patch) | |
tree | 06024199184cfab43807a1fdcc2a240b9cf5ac99 /include/platform.h | |
parent | d84b175cb6948eb17f847313bf912174e2f934e1 (diff) | |
download | busybox-w32-1_19_1.tar.gz busybox-w32-1_19_1.tar.bz2 busybox-w32-1_19_1.zip |
Apply post-1.19.0 patches, bump version to 1.19.11_19_1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index e22dbdb4a..826a4c497 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -417,6 +417,8 @@ typedef unsigned smalluint; | |||
417 | # undef HAVE_STRVERSCMP | 417 | # undef HAVE_STRVERSCMP |
418 | # undef HAVE_XTABS | 418 | # undef HAVE_XTABS |
419 | # undef HAVE_DPRINTF | 419 | # undef HAVE_DPRINTF |
420 | # undef HAVE_UNLOCKED_STDIO | ||
421 | # undef HAVE_UNLOCKED_LINE_OPS | ||
420 | #endif | 422 | #endif |
421 | 423 | ||
422 | #if defined(__FreeBSD__) | 424 | #if defined(__FreeBSD__) |