includes, for protos.
This commit is contained in:
parent
e08ec6db18
commit
a6e1a8ba98
@ -33,7 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)db_save.c 4.16 (Berkeley) 3/21/91";*/
|
||||
static char rcsid[] = "$Id: db_save.c,v 1.2 1993/08/01 17:57:29 mycroft Exp $";
|
||||
static char rcsid[] = "$Id: db_save.c,v 1.3 1994/12/23 16:55:45 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -44,6 +44,7 @@ static char rcsid[] = "$Id: db_save.c,v 1.2 1993/08/01 17:57:29 mycroft Exp $";
|
||||
#include <arpa/nameser.h>
|
||||
#include <syslog.h>
|
||||
#include <stdio.h>
|
||||
#include "ns.h"
|
||||
#include "db.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
@ -51,8 +52,6 @@ extern int debug;
|
||||
extern FILE *ddt;
|
||||
#endif
|
||||
|
||||
extern char *strcpy();
|
||||
|
||||
/*
|
||||
* Allocate a name buffer & save name.
|
||||
*/
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)getinfo.c 5.26 (Berkeley) 3/21/91";*/
|
||||
static char rcsid[] = "$Id: getinfo.c,v 1.2 1993/08/01 17:58:14 mycroft Exp $";
|
||||
static char rcsid[] = "$Id: getinfo.c,v 1.3 1994/12/23 16:55:47 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -56,6 +56,7 @@ static char rcsid[] = "$Id: getinfo.c,v 1.2 1993/08/01 17:58:14 mycroft Exp $";
|
||||
#include <arpa/inet.h>
|
||||
#include <resolv.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "res.h"
|
||||
|
||||
|
@ -39,7 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)nstest.c 4.15 (Berkeley) 3/21/91";*/
|
||||
static char rcsid[] = "$Id: nstest.c,v 1.2 1993/08/01 17:57:55 mycroft Exp $";
|
||||
static char rcsid[] = "$Id: nstest.c,v 1.3 1994/12/23 16:55:50 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -48,6 +48,7 @@ static char rcsid[] = "$Id: nstest.c,v 1.2 1993/08/01 17:57:55 mycroft Exp $";
|
||||
#include <arpa/nameser.h>
|
||||
#include <resolv.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
extern char *inet_ntoa();
|
||||
char *progname;
|
||||
|
@ -44,7 +44,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)named-xfer.c 4.18 (Berkeley) 3/7/91";*/
|
||||
static char rcsid[] = "$Id: named-xfer.c,v 1.2 1993/08/01 17:57:51 mycroft Exp $";
|
||||
static char rcsid[] = "$Id: named-xfer.c,v 1.3 1994/12/23 16:55:53 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -65,6 +65,7 @@ static char rcsid[] = "$Id: named-xfer.c,v 1.2 1993/08/01 17:57:51 mycroft Exp $
|
||||
#include <resolv.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#define XFER /* modifies the ns.h include file */
|
||||
|
Loading…
Reference in New Issue
Block a user