diff options
author | Yang Tse <yangsita@gmail.com> | 2007-01-27 01:56:57 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-01-27 01:56:57 +0000 |
commit | 2bf4d9a22cb9b85ff863e46fb35e04c21332447e (patch) | |
tree | 227d8a85cb06f4e7849642802400dbf64a647da1 | |
parent | f1918aa3430c7cb3cb941a58d8d52b3798a53247 (diff) |
sync with lib/setup_once.h
-rw-r--r-- | ares/setup_once.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ares/setup_once.h b/ares/setup_once.h index 7c22b2aab..09f086588 100644 --- a/ares/setup_once.h +++ b/ares/setup_once.h @@ -3,7 +3,7 @@ /* $Id$ */ -/* Copyright (C) 2004 - 2006 by Daniel Stenberg et al +/* Copyright (C) 2004 - 2007 by Daniel Stenberg et al * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, provided @@ -29,7 +29,7 @@ /* * If we have the MSG_NOSIGNAL define, make sure we use - * it as the fourth argument of send() and recv() + * it as the fourth argument of function send() */ #ifdef HAVE_MSG_NOSIGNAL @@ -74,7 +74,7 @@ #define sread(x,y,z) (ssize_t)recv((RECV_TYPE_ARG1)(x), \ (RECV_TYPE_ARG2)(y), \ (RECV_TYPE_ARG3)(z), \ - (RECV_TYPE_ARG4)(SEND_4TH_ARG)) + (RECV_TYPE_ARG4)(0)) #endif #else /* HAVE_RECV */ #ifndef sread |