diff options
-rw-r--r-- | coreutils/id.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/id.c b/coreutils/id.c index f33f9ab25..6ddb23666 100644 --- a/coreutils/id.c +++ b/coreutils/id.c | |||
@@ -17,11 +17,13 @@ | |||
17 | 17 | ||
18 | #include "libbb.h" | 18 | #include "libbb.h" |
19 | 19 | ||
20 | #if !ENABLE_USE_BB_PWD_GRP | ||
20 | #if defined(__UCLIBC_MAJOR__) && (__UCLIBC_MAJOR__ == 0) | 21 | #if defined(__UCLIBC_MAJOR__) && (__UCLIBC_MAJOR__ == 0) |
21 | #if (__UCLIBC_MINOR__ < 9) || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 30) | 22 | #if (__UCLIBC_MINOR__ < 9) || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 30) |
22 | #error "Sorry, you need at least uClibc version 0.9.30 for id applet to build" | 23 | #error "Sorry, you need at least uClibc version 0.9.30 for id applet to build" |
23 | #endif | 24 | #endif |
24 | #endif | 25 | #endif |
26 | #endif | ||
25 | 27 | ||
26 | enum { | 28 | enum { |
27 | PRINT_REAL = (1 << 0), | 29 | PRINT_REAL = (1 << 0), |