mirror of https://github.com/mirror/busybox.git
netstat: suppress a warning (conversion from 'int' to 'smallint' changes value)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_32_stable
parent
b4ef2e3467
commit
1f1492bb96
|
@ -172,7 +172,7 @@ struct prg_node {
|
|||
#define PRG_HASH_SIZE 211
|
||||
|
||||
struct globals {
|
||||
smallint flags;
|
||||
smalluint flags;
|
||||
#if ENABLE_FEATURE_NETSTAT_PRG
|
||||
smallint prg_cache_loaded;
|
||||
struct prg_node *prg_hash[PRG_HASH_SIZE];
|
||||
|
|
Loading…
Reference in New Issue