about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-21 15:36:25 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-21 15:36:25 +0000
commit34df9f751d595a685a28e0969589c787bdf191a0 (patch)
treeb8e496e2b7d160700c8592be1acf017f835b2b8e
parentfd9f89a1e1d28031d89a7284f7ef4d4e526a9569 (diff)
downloadglibc-34df9f751d595a685a28e0969589c787bdf191a0.tar.gz
glibc-34df9f751d595a685a28e0969589c787bdf191a0.tar.xz
glibc-34df9f751d595a685a28e0969589c787bdf191a0.zip
Pretty printing.
-rw-r--r--nscd/nscd_helper.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nscd/nscd_helper.c b/nscd/nscd_helper.c
index 65e78a1174..827d3a97ab 100644
--- a/nscd/nscd_helper.c
+++ b/nscd/nscd_helper.c
@@ -230,9 +230,9 @@ get_mapping (request_type type, const char *key,
   if (wait_on_socket (sock) <= 0)
     goto out_close2;
 
-#ifndef MSG_NOSIGNAL
-# define MSG_NOSIGNAL 0
-#endif
+# ifndef MSG_NOSIGNAL
+#  define MSG_NOSIGNAL 0
+# endif
   if (__builtin_expect (TEMP_FAILURE_RETRY (__recvmsg (sock, &msg,
 						       MSG_NOSIGNAL))
 			!= keylen, 0))