Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/scripts/basic


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (9 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 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/scripts/basic/docproc.c

    r3232 r3621  
    4040#include <sys/types.h>
    4141#include <sys/wait.h>
    42 #include <alloca.h>
     42//bbox disabled: #include <alloca.h>
    4343
    4444/* exitstatus is used to keep track of any failing calls to kernel-doc,
     
    265265    vec[idx++] = DOCBOOK;
    266266
    267     /* Split line up in individual parameters preceeded by FUNCTION */
     267    /* Split line up in individual parameters preceded by FUNCTION */
    268268    for (i=0; line[i]; i++) {
    269269        if (isspace(line[i])) {
  • branches/3.3/mindi-busybox/scripts/basic/fixdep.c

    r3232 r3621  
    114114#include <ctype.h>
    115115#include <arpa/inet.h>
    116 #include <alloca.h>
     116//bbox disabled: #include <alloca.h>
    117117
    118118/* bbox: not needed
Note: See TracChangeset for help on using the changeset viewer.