All these have to include stdio.h now.

This commit is contained in:
Jordan K. Hubbard 1998-10-09 00:39:09 +00:00
parent 6ba9413b55
commit b8c11ec197
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40091
4 changed files with 8 additions and 4 deletions

View File

@ -18,12 +18,13 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
* $Id: _secure_path.c,v 1.1 1997/05/10 18:55:37 davidn Exp $
* $Id: _secure_path.c,v 1.2 1997/05/15 06:06:32 davidn Exp $
*/
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <syslog.h>
#include <errno.h>
#include <libutil.h>

View File

@ -36,7 +36,7 @@
static char sccsid[] = "@(#)login_tty.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
"$Id$";
"$Id: login_tty.c,v 1.3 1997/08/13 20:42:17 steve Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@ -45,6 +45,7 @@ static const char rcsid[] =
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <libutil.h>
int

View File

@ -36,7 +36,7 @@
static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
"$Id$";
"$Id: logout.c,v 1.3 1997/08/13 20:42:17 steve Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@ -47,6 +47,7 @@ static const char rcsid[] =
#include <utmp.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <libutil.h>

View File

@ -36,7 +36,7 @@
static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
"$Id: logwtmp.c,v 1.5 1997/09/04 22:38:59 pst Exp $";
"$Id: logwtmp.c,v 1.6 1998/06/01 08:46:53 amurai Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@ -47,6 +47,7 @@ static const char rcsid[] =
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <libutil.h>
#include <netdb.h>
#include <string.h>