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/modutils/modutils-24.c

    r3232 r3621  
    22562256         * their references.
    22572257         */
    2258         if (strncmp((char *)s->name, "GPLONLY_", 8) == 0) {
     2258        if (is_prefixed_with((char *)s->name, "GPLONLY_")) {
    22592259#if ENABLE_FEATURE_CHECK_TAINTED_MODULE
    22602260            if (gpl)
Note: See TracChangeset for help on using the changeset viewer.