diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-11-15 07:18:15 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-11-15 07:18:15 -0500 |
commit | a501a01e069619676990454abd43c4d2bf4527f4 (patch) | |
tree | 52ca40b322e0462cb30052747b327fe9f246b475 /sysdeps | |
parent | 09f93bd3d6b1c41370432e6b7a3c88d0fc482881 (diff) | |
download | glibc-a501a01e069619676990454abd43c4d2bf4527f4.tar.gz glibc-a501a01e069619676990454abd43c4d2bf4527f4.tar.xz glibc-a501a01e069619676990454abd43c4d2bf4527f4.zip |
Pretty printing
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/check_pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/check_pf.c b/sysdeps/unix/sysv/linux/check_pf.c index 895dc2a285..0738a7012b 100644 --- a/sysdeps/unix/sysv/linux/check_pf.c +++ b/sysdeps/unix/sysv/linux/check_pf.c @@ -273,7 +273,7 @@ make_request (int fd, pid_t pid) } else { - atomic_add(&noai6ai_cached.usecnt, 2); + atomic_add (&noai6ai_cached.usecnt, 2); noai6ai_cached.seen_ipv4 = seen_ipv4; noai6ai_cached.seen_ipv6 = seen_ipv6; result = &noai6ai_cached; |