diff options
author | Yang Tse <yangsita@gmail.com> | 2007-10-17 18:18:27 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-10-17 18:18:27 +0000 |
commit | 223e470e93acf49781216b78e92afa83d9498b6d (patch) | |
tree | 33f1f8fa8ac50e28ef3e7f25bafec6f1e97048ce /ares | |
parent | e7387f7557ae3bde7e4b75befedd88ee04913b49 (diff) |
actually sync with lib/setup_once.h
Diffstat (limited to 'ares')
-rw-r--r-- | ares/setup_once.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ares/setup_once.h b/ares/setup_once.h index c15fbfa15..d9b0f86ea 100644 --- a/ares/setup_once.h +++ b/ares/setup_once.h @@ -88,7 +88,7 @@ struct timeval { #define SEND_4TH_ARG MSG_NOSIGNAL #else #define SEND_4TH_ARG 0 -#endif +#endif #if defined(__minix) @@ -120,7 +120,6 @@ struct timeval { * SEND_TYPE_RETV must also be defined. */ -#ifdef HAVE_RECV #if !defined(RECV_TYPE_ARG1) || \ !defined(RECV_TYPE_ARG2) || \ !defined(RECV_TYPE_ARG3) || \ @@ -176,7 +175,7 @@ struct timeval { /* - * Uppercase macro versions of ANSI/ISO is*() functions/macros which + * Uppercase macro versions of ANSI/ISO is*() functions/macros which * avoid negative number inputs with argument byte codes > 127. */ |