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

    r3232 r3621  
    1919
    2020#include "libbb.h"
     21#include "common_bufsiz.h"
    2122
    2223#define MAX_LINE 255
     
    4445    int killsig;
    4546} FIX_ALIASING;
    46 #define G (*(struct globals*)&bb_common_bufsiz1)
     47#define G (*(struct globals*)bb_common_bufsiz1)
    4748#define INIT_G() do { \
     49    setup_common_bufsiz(); \
    4850    G.mypid = getpid(); \
    4951    G.killsig = SIGKILL; \
Note: See TracChangeset for help on using the changeset viewer.