change includes to fix compiler warning
This commit is contained in:
parent
36af0320ed
commit
db49a9331a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rusers.c,v 1.13 1997/08/24 02:40:44 lukem Exp $ */
|
||||
/* $NetBSD: rusers.c,v 1.14 1998/02/03 04:08:01 perry Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993 John Brezak
|
||||
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: rusers.c,v 1.13 1997/08/24 02:40:44 lukem Exp $");
|
||||
__RCSID("$NetBSD: rusers.c,v 1.14 1998/02/03 04:08:01 perry Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -38,11 +38,13 @@ __RCSID("$NetBSD: rusers.c,v 1.13 1997/08/24 02:40:44 lukem Exp $");
|
|||
#include <sys/socket.h>
|
||||
#include <rpc/rpc.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <netdb.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <utmp.h>
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: skey.c,v 1.6 1997/10/19 23:20:17 lukem Exp $ */
|
||||
/* $NetBSD: skey.c,v 1.7 1998/02/03 04:10:42 perry Exp $ */
|
||||
|
||||
/*
|
||||
* S/KEY v1.1b (skey.c)
|
||||
|
@ -23,16 +23,17 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: skey.c,v 1.6 1997/10/19 23:20:17 lukem Exp $");
|
||||
__RCSID("$NetBSD: skey.c,v 1.7 1998/02/03 04:10:42 perry Exp $");
|
||||
#endif
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <sgtty.h>
|
||||
#include <stdio.h>
|
||||
#include <skey.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int main __P((int, char **));
|
||||
void usage __P((char *));
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: soelim.c,v 1.5 1997/12/21 17:04:16 christos Exp $ */
|
||||
/* $NetBSD: soelim.c,v 1.6 1998/02/03 04:12:24 perry Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
|
@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)soelim.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
__RCSID("$NetBSD: soelim.c,v 1.5 1997/12/21 17:04:16 christos Exp $");
|
||||
__RCSID("$NetBSD: soelim.c,v 1.6 1998/02/03 04:12:24 perry Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -63,10 +63,11 @@ __RCSID("$NetBSD: soelim.c,v 1.5 1997/12/21 17:04:16 christos Exp $");
|
|||
* the program tbl doesn't understand ".so" directives.
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <err.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define STDIN_NAME "-"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: units.c,v 1.7 1997/10/20 02:36:41 lukem Exp $ */
|
||||
/* $NetBSD: units.c,v 1.8 1998/02/03 04:16:02 perry Exp $ */
|
||||
|
||||
/*
|
||||
* units.c Copyright (c) 1993 by Adrian Mariano (adrian@cam.cornell.edu)
|
||||
|
@ -22,6 +22,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "pathnames.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: unvis.c,v 1.6 1997/10/20 02:38:00 lukem Exp $ */
|
||||
/* $NetBSD: unvis.c,v 1.7 1998/02/03 04:17:30 perry Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1989, 1993
|
||||
|
@ -43,12 +43,12 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
__RCSID("$NetBSD: unvis.c,v 1.6 1997/10/20 02:38:00 lukem Exp $");
|
||||
__RCSID("$NetBSD: unvis.c,v 1.7 1998/02/03 04:17:30 perry Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <err.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <vis.h>
|
||||
|
||||
int main __P((int, char **));
|
||||
|
|
Loading…
Reference in New Issue