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/networking/tcpudp.c

    r3232 r3621  
    6868
    6969#include "libbb.h"
     70#include "common_bufsiz.h"
    7071
    7172/* Wants <limits.h> etc, thus included after libbb.h: */
     
    9293    char *env_var[1]; /* actually bigger */
    9394} FIX_ALIASING;
    94 #define G (*(struct globals*)&bb_common_bufsiz1)
     95#define G (*(struct globals*)bb_common_bufsiz1)
    9596#define verbose      (G.verbose     )
    9697#define max_per_host (G.max_per_host)
     
    101102#define env_var      (G.env_var     )
    102103#define INIT_G() do { \
     104    setup_common_bufsiz(); \
    103105    cmax = 30; \
    104106    env_cur = &env_var[0]; \
Note: See TracChangeset for help on using the changeset viewer.