2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

1883. [port] sunos: portability fixes. [RT #14814]

This commit is contained in:
Mark Andrews
2005-06-08 02:09:18 +00:00
parent ab9871e71e
commit e7fb847ed5
20 changed files with 311 additions and 28 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: print.h,v 1.21 2005/04/29 00:23:42 marka Exp $ */
/* $Id: print.h,v 1.22 2005/06/08 02:07:00 marka Exp $ */
#ifndef ISC_PRINT_H
#define ISC_PRINT_H 1
@@ -57,6 +57,10 @@
#include <stdarg.h>
#include <stddef.h>
#endif
#ifdef ISC_PLATFORM_NEEDSPRINTF
#include <stdio.h>
#endif
ISC_LANG_BEGINDECLS

View File

@@ -15,12 +15,13 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: lfsr.c,v 1.16 2005/04/29 00:23:27 marka Exp $ */
/* $Id: lfsr.c,v 1.17 2005/06/08 02:06:59 marka Exp $ */
/*! \file */
#include <config.h>
#include <stddef.h>
#include <stdlib.h>
#include <isc/assertions.h>

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: msgcat.c,v 1.15 2005/04/29 00:23:47 marka Exp $ */
/* $Id: msgcat.c,v 1.16 2005/06/08 02:07:00 marka Exp $ */
/*! \file msgcat.c
*
@@ -24,6 +24,7 @@
#include <config.h>
#include <stddef.h>
#include <stdlib.h>
#include <isc/magic.h>

View File

@@ -15,12 +15,13 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: result.c,v 1.66 2005/04/29 00:23:30 marka Exp $ */
/* $Id: result.c,v 1.67 2005/06/08 02:06:59 marka Exp $ */
/*! \file */
#include <config.h>
#include <stddef.h>
#include <stdlib.h>
#include <isc/lib.h>

View File

@@ -15,12 +15,13 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: stdtime.c,v 1.16 2005/04/29 00:23:51 marka Exp $ */
/* $Id: stdtime.c,v 1.17 2005/06/08 02:07:01 marka Exp $ */
/*! \file */
#include <config.h>
#include <stddef.h> /* NULL */
#include <stdlib.h> /* NULL */
#include <syslog.h>