projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e69e42
)
style fix, no code changes
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 27 Jul 2008 14:15:42 +0000
(14:15 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 27 Jul 2008 14:15:42 +0000
(14:15 -0000)
networking/netstat.c
patch
|
blob
|
history
diff --git
a/networking/netstat.c
b/networking/netstat.c
index 0c0b69afe19768ff33c5480442fdef288cc66b3f..e03ba5fcc18ad079d345411ed05f2502d3a36fd8 100644
(file)
--- a/
networking/netstat.c
+++ b/
networking/netstat.c
@@
-197,8
+197,8
@@
static void prg_cache_clear(void)
#define prg_cache_clear() ((void)0)
#endif
-static long extract_socket_inode(const char *lname)
{
-
+static long extract_socket_inode(const char *lname)
+{
long inode = -1;
if (strncmp(lname, "socket:[", sizeof("socket:[")-1) == 0) {