Patch from Bernhard Fischer to make a bunch of symbols static
which were otherwise cluttering the global namespace.
This commit is contained in:
@@ -178,7 +178,10 @@ static int myid, options;
|
||||
static unsigned long tmin = ULONG_MAX, tmax, tsum;
|
||||
static char rcvd_tbl[MAX_DUP_CHK / 8];
|
||||
|
||||
struct hostent *hostent;
|
||||
#ifndef CONFIG_FEATURE_FANCY_PING6
|
||||
static
|
||||
#endif
|
||||
struct hostent *hostent;
|
||||
|
||||
static void sendping(int);
|
||||
static void pingstats(int);
|
||||
|
||||
Reference in New Issue
Block a user