diff options
-rw-r--r-- | networking/netstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/netstat.c b/networking/netstat.c index 0c0b69afe..e03ba5fcc 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -197,8 +197,8 @@ static void prg_cache_clear(void) | |||
197 | #define prg_cache_clear() ((void)0) | 197 | #define prg_cache_clear() ((void)0) |
198 | #endif | 198 | #endif |
199 | 199 | ||
200 | static long extract_socket_inode(const char *lname) { | 200 | static long extract_socket_inode(const char *lname) |
201 | 201 | { | |
202 | long inode = -1; | 202 | long inode = -1; |
203 | 203 | ||
204 | if (strncmp(lname, "socket:[", sizeof("socket:[")-1) == 0) { | 204 | if (strncmp(lname, "socket:[", sizeof("socket:[")-1) == 0) { |