2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Fix compiler warnings on SCO OSr5

This commit is contained in:
Evan Hunt
2007-09-13 04:48:16 +00:00
parent d468b1b7b2
commit 7de2c6e6d5
7 changed files with 209 additions and 51 deletions

View File

@@ -29,7 +29,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: symtab.c,v 1.10 2007/08/28 07:20:43 tbox Exp $ */
/* $Id: symtab.c,v 1.11 2007/09/13 04:45:18 each Exp $ */
/*! \file */
@@ -37,10 +37,10 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <isc/assertions.h>
#include <isc/magic.h>
#include <isc/string.h>
#include <isccc/result.h>
#include <isccc/symtab.h>