mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
1731. [port] darwin: relax version test in ifconfig.sh.
[RT #12581] 1730. [port] Determine the length type used by the socket API. [RT #12581]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.241 2004/07/01 04:53:14 marka Exp $ */
|
||||
/* $Id: socket.c,v 1.242 2004/10/05 03:17:18 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -62,12 +62,8 @@
|
||||
* some as socklen_t. This is here so it can be easily changed if needed.
|
||||
*/
|
||||
#ifndef ISC_SOCKADDR_LEN_T
|
||||
#ifdef _BSD_SOCKLEN_T_
|
||||
#define ISC_SOCKADDR_LEN_T _BSD_SOCKLEN_T_
|
||||
#else
|
||||
#define ISC_SOCKADDR_LEN_T unsigned int
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Define what the possible "soft" errors can be. These are non-fatal returns
|
||||
|
Reference in New Issue
Block a user