about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-11-15 07:18:15 -0500
committerUlrich Drepper <drepper@gmail.com>2011-11-15 07:18:15 -0500
commita501a01e069619676990454abd43c4d2bf4527f4 (patch)
tree52ca40b322e0462cb30052747b327fe9f246b475 /sysdeps/unix
parent09f93bd3d6b1c41370432e6b7a3c88d0fc482881 (diff)
downloadglibc-a501a01e069619676990454abd43c4d2bf4527f4.tar.gz
glibc-a501a01e069619676990454abd43c4d2bf4527f4.tar.xz
glibc-a501a01e069619676990454abd43c4d2bf4527f4.zip
Pretty printing
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/check_pf.c2
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;