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/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])) {
Note: See TracChangeset for help on using the changeset viewer.