header, for protos

This commit is contained in:
cgd 1994-12-23 16:46:17 +00:00
parent 191b5f2e5b
commit 7a5208fcc2
5 changed files with 10 additions and 5 deletions

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)gettable.c 5.6 (Berkeley) 3/2/91";*/
static char rcsid[] = "$Id: gettable.c,v 1.4 1993/08/01 17:59:44 mycroft Exp $";
static char rcsid[] = "$Id: gettable.c,v 1.5 1994/12/23 16:46:17 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>
@ -48,6 +48,7 @@ static char rcsid[] = "$Id: gettable.c,v 1.4 1993/08/01 17:59:44 mycroft Exp $";
#include <netinet/in.h>
#include <stdio.h>
#include <string.h>
#include <netdb.h>
#define OUTFILE "hosts.txt" /* default output file */

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)htable.c 5.10 (Berkeley) 2/6/91";*/
static char rcsid[] = "$Id: htable.c,v 1.2 1993/08/01 17:59:40 mycroft Exp $";
static char rcsid[] = "$Id: htable.c,v 1.3 1994/12/23 16:47:04 cgd Exp $";
#endif /* not lint */
/*
@ -47,6 +47,7 @@ static char rcsid[] = "$Id: htable.c,v 1.2 1993/08/01 17:59:40 mycroft Exp $";
* NIC format is described in RFC 810, 1 March 1982.
*/
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <netdb.h>

View File

@ -35,9 +35,10 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)parse.y 5.5 (Berkeley) 6/1/90";*/
static char rcsid[] = "$Id: parse.y,v 1.2 1993/08/01 17:59:39 mycroft Exp $";
static char rcsid[] = "$Id: parse.y,v 1.3 1994/12/23 16:47:06 cgd Exp $";
#endif /* not lint */
#include <stdlib.h>
#include "htable.h"
%}

View File

@ -8,7 +8,7 @@
*
*
* From: Id: defs.h,v 1.4 1993/06/24 05:11:16 deering Exp
* $Id: defs.h,v 1.2 1994/05/08 15:08:52 brezak Exp $
* $Id: defs.h,v 1.3 1994/12/23 16:50:27 cgd Exp $
*/
@ -17,6 +17,7 @@
#include <errno.h>
#include <syslog.h>
#include <signal.h>
#include <string.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ioctl.h>

View File

@ -29,7 +29,7 @@
*/
#ifndef LINT
static char rcsid[] = "$Id: pdb.c,v 1.1 1994/03/24 18:41:54 cgd Exp $";
static char rcsid[] = "$Id: pdb.c,v 1.2 1994/12/23 16:50:06 cgd Exp $";
#endif
#include <sys/types.h>
@ -38,6 +38,7 @@ static char rcsid[] = "$Id: pdb.c,v 1.1 1994/03/24 18:41:54 cgd Exp $";
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include "extern.h"
#include "pathnames.h"