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/networking/tunctl.c

    r3232 r3621  
    8383    if (opts & OPT_d) {
    8484        IOCTL(fd, TUNSETPERSIST, (void *)(uintptr_t)0);
    85         bb_info_msg("Set '%s' %spersistent", ifr.ifr_name, "non");
     85        printf("Set '%s' nonpersistent\n", ifr.ifr_name);
    8686        return EXIT_SUCCESS;
    8787    }
Note: See TracChangeset for help on using the changeset viewer.