Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/coreutils/id.c


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/coreutils/id.c

    r3232 r3621  
    6565
    6666#if !ENABLE_USE_BB_PWD_GRP
    67 #if defined(__UCLIBC_MAJOR__) && (__UCLIBC_MAJOR__ == 0)
    68 #if (__UCLIBC_MINOR__ < 9) || (__UCLIBC_MINOR__ == 9 &&  __UCLIBC_SUBLEVEL__ < 30)
     67#if defined(__UCLIBC__) && UCLIBC_VERSION < KERNEL_VERSION(0, 9, 30)
    6968#error "Sorry, you need at least uClibc version 0.9.30 for id applet to build"
    70 #endif
    7169#endif
    7270#endif
Note: See TracChangeset for help on using the changeset viewer.