Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/procps/sysctl.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/procps/sysctl.c

    r3232 r3621  
    130130    if (fd < 0) {
    131131        switch (errno) {
     132        case EACCES:
     133            /* Happens for write-only settings, e.g. net.ipv6.route.flush */
     134            goto end;
    132135        case ENOENT:
    133136            if (option_mask32 & FLAG_SHOW_KEY_ERRORS)
Note: See TracChangeset for help on using the changeset viewer.