diff options
Diffstat (limited to 'toys/net')
-rw-r--r-- | toys/net/netstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/net/netstat.c b/toys/net/netstat.c index 16907e21..65a1105e 100644 --- a/toys/net/netstat.c +++ b/toys/net/netstat.c @@ -34,7 +34,7 @@ config NETSTAT GLOBALS( struct num_cache *inodes; int wpad; -); +) // convert address into text format. static void addr2str(int af, void *addr, unsigned port, char *buf, int len, |