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 29b891cdc..c7934423b 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -172,7 +172,7 @@ struct prg_node { | |||
172 | #define PRG_HASH_SIZE 211 | 172 | #define PRG_HASH_SIZE 211 |
173 | 173 | ||
174 | struct globals { | 174 | struct globals { |
175 | smallint flags; | 175 | smalluint flags; |
176 | #if ENABLE_FEATURE_NETSTAT_PRG | 176 | #if ENABLE_FEATURE_NETSTAT_PRG |
177 | smallint prg_cache_loaded; | 177 | smallint prg_cache_loaded; |
178 | struct prg_node *prg_hash[PRG_HASH_SIZE]; | 178 | struct prg_node *prg_hash[PRG_HASH_SIZE]; |