summaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-04-11 10:40:15 +0100
committerRon Yorston <rmy@pobox.com>2020-04-11 10:48:23 +0100
commit10e14d5ebdfdfe3acd1cd60692d9cffd07de04e2 (patch)
treeacb2fb4efd191a71563ae2a5d8e7ba707ca31f71 /miscutils
parent4e2a8f454acabca58c4d3aee607732d16b50281c (diff)
downloadbusybox-w32-FRP-3445-g10e14d5eb.tar.gz
busybox-w32-FRP-3445-g10e14d5eb.tar.bz2
busybox-w32-FRP-3445-g10e14d5eb.zip
Fix POSIX buildFRP-3445-g10e14d5eb
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/time.c b/miscutils/time.c
index eace390e6..dcc3a5b4c 100644
--- a/miscutils/time.c
+++ b/miscutils/time.c
@@ -464,7 +464,7 @@ int time_main(int argc UNUSED_PARAM, char **argv)
464 int opt; 464 int opt;
465 int ex; 465 int ex;
466 enum { 466 enum {
467#if ENABLE_PLATFORM_MINGW32 467#if !ENABLE_PLATFORM_MINGW32
468 OPT_v = (1 << 0), 468 OPT_v = (1 << 0),
469 OPT_p = (1 << 1), 469 OPT_p = (1 << 1),
470 OPT_a = (1 << 2), 470 OPT_a = (1 << 2),