diff options
-rw-r--r-- | networking/netstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/netstat.c b/networking/netstat.c index 29b891c..c793442 100644 --- a/networking/netstat.c +++ b/networking/netstat.c @@ -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]; |