diff options
Diffstat (limited to 'busybox/coreutils/id.c')
-rw-r--r-- | busybox/coreutils/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/coreutils/id.c b/busybox/coreutils/id.c index d5182b9..b10a7c1 100644 --- a/busybox/coreutils/id.c +++ b/busybox/coreutils/id.c @@ -68,7 +68,7 @@ extern int id_main(int argc, char **argv) bb_opt_complementaly = "u~g:g~u"; flags = bb_getopt_ulflags(argc, argv, "rnug"); - if ((flags & 0x80000000UL) + if ((flags & BB_GETOPT_ERROR) /* Don't allow -n -r -nr */ || (flags <= 3 && flags > 0) /* Don't allow more than one username */ |