Pretty printing.

This commit is contained in:
Ulrich Drepper 2005-11-21 15:36:25 +00:00
parent fd9f89a1e1
commit 34df9f751d
1 changed files with 3 additions and 3 deletions

View File

@ -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))