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

    r3232 r3621  
    2424
    2525#include "libbb.h"
     26#include "common_bufsiz.h"
    2627
    2728/* Support for FEATURE_USE_TERMIOS */
     
    3334} FIX_ALIASING;
    3435#define G (*(struct globals*)bb_common_bufsiz1)
    35 #define INIT_G() ((void)0)
    3636#define initial_settings (G.initial_settings)
    3737#define new_settings     (G.new_settings    )
    3838#define cin_fileno       (G.cin_fileno      )
     39#define INIT_G() do { setup_common_bufsiz(); } while (0)
    3940
    4041#define setTermSettings(fd, argp) \
Note: See TracChangeset for help on using the changeset viewer.