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/ipcrm.c

    r3232 r3621  
    120120            if (remove_ids(what, &argv[2]))
    121121                fflush_stdout_and_exit(EXIT_FAILURE);
    122             printf("resource(s) deleted\n");
     122            puts("resource(s) deleted");
    123123            return 0;
    124124        }
Note: See TracChangeset for help on using the changeset viewer.