summaryrefslogtreecommitdiffstats
path: root/src/nl-list-sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nl-list-sockets.c')
-rw-r--r--src/nl-list-sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl-list-sockets.c b/src/nl-list-sockets.c
index 868006e..c2fa1cd 100644
--- a/src/nl-list-sockets.c
+++ b/src/nl-list-sockets.c
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
while (fgets(buf, sizeof(buf), fd)) {
unsigned long sk, cb;
int ret, proto, pid, rmem, wmem, refcnt;
- uint32_t groups;
+ unsigned int groups;
ret = sscanf(buf, "%lx %d %d %08x %d %d %lx %d\n",
&sk, &proto, &pid, &groups, &rmem, &wmem,