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/util-linux/findfs.c

    r3232 r3621  
    2828        bb_show_usage();
    2929
    30     if (strncmp(dev, "/dev/", 5) == 0) {
     30    if (is_prefixed_with(dev, "/dev/")) {
    3131        /* Just pass any /dev/xxx name right through.
    3232         * This might aid in some scripts being able
Note: See TracChangeset for help on using the changeset viewer.