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

    r3232 r3621  
    6262
    6363#include "libbb.h"
     64#include "common_bufsiz.h"
    6465#include "xregex.h"
    6566
     
    100101    char **args;
    101102} FIX_ALIASING;
    102 #define G (*(struct globals*)&bb_common_bufsiz1)
    103 #define INIT_G() do { } while (0)
     103#define G (*(struct globals*)bb_common_bufsiz1)
     104#define INIT_G() do { setup_common_bufsiz(); } while (0)
    104105
    105106/* forward declarations */
Note: See TracChangeset for help on using the changeset viewer.