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

#include <string.h>

This commit is contained in:
Brian Wellington 2000-11-10 05:34:16 +00:00
parent 84abb95f7e
commit 142784f574
9 changed files with 19 additions and 9 deletions

View File

@ -15,11 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: adb_test.c,v 1.58 2000/08/26 02:21:42 explorer Exp $ */
/* $Id: adb_test.c,v 1.59 2000/11/10 05:34:07 bwelling Exp $ */
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <isc/app.h>

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: byname_test.c,v 1.23 2000/09/15 22:00:00 bwelling Exp $ */
/* $Id: byname_test.c,v 1.24 2000/11/10 05:34:08 bwelling Exp $ */
/*
* Principal Author: Bob Halley
@ -24,6 +24,7 @@
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <isc/app.h>
#include <isc/commandline.h>

View File

@ -15,11 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: compress_test.c,v 1.20 2000/08/01 01:12:39 tale Exp $ */
/* $Id: compress_test.c,v 1.21 2000/11/10 05:34:09 bwelling Exp $ */
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <isc/buffer.h>
#include <isc/commandline.h>

View File

@ -15,12 +15,13 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: lwres_test.c,v 1.23 2000/08/01 01:12:57 tale Exp $ */
/* $Id: lwres_test.c,v 1.24 2000/11/10 05:34:11 bwelling Exp $ */
#include <config.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <isc/mem.h>
#include <isc/netaddr.h>

View File

@ -15,11 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: master_test.c,v 1.24 2000/08/01 01:13:00 tale Exp $ */
/* $Id: master_test.c,v 1.25 2000/11/10 05:34:12 bwelling Exp $ */
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <isc/buffer.h>
#include <isc/mem.h>

View File

@ -15,11 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: shutdown_test.c,v 1.16 2000/08/01 01:13:20 tale Exp $ */
/* $Id: shutdown_test.c,v 1.17 2000/11/10 05:34:13 bwelling Exp $ */
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <isc/app.h>
#include <isc/mem.h>

View File

@ -15,11 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: sock_test.c,v 1.45 2000/08/01 01:13:21 tale Exp $ */
/* $Id: sock_test.c,v 1.46 2000/11/10 05:34:14 bwelling Exp $ */
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <isc/mem.h>

View File

@ -15,10 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: sym_test.c,v 1.20 2000/08/01 01:13:23 tale Exp $ */
/* $Id: sym_test.c,v 1.21 2000/11/10 05:34:15 bwelling Exp $ */
#include <config.h>
#include <string.h>
#include <isc/commandline.h>
#include <isc/mem.h>
#include <isc/symtab.h>

View File

@ -15,11 +15,12 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: timer_test.c,v 1.34 2000/08/01 01:13:26 tale Exp $ */
/* $Id: timer_test.c,v 1.35 2000/11/10 05:34:16 bwelling Exp $ */
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <isc/mem.h>