mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Add #include <string.h> to get prototypes.
This commit is contained in:
parent
a8b1e5be58
commit
32744e40cd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33648
@ -45,12 +45,13 @@ static const char copyright[] =
|
||||
static char sccsid[] = "@(#)fsplit.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
"$Id: fsplit.c,v 1.3 1997/07/08 11:01:35 charnier Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
@ -44,6 +44,7 @@ static char sccsid[] = "@(#)yacc.y 8.1 (Berkeley) 6/6/93";
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ldef.h"
|
||||
|
||||
|
@ -42,12 +42,13 @@ static const char copyright[] =
|
||||
static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
"$Id: mkstr.c,v 1.2 1997/07/24 07:05:02 charnier Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <err.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define ungetchar(c) ungetc(c, stdin)
|
||||
|
||||
|
@ -42,7 +42,7 @@ static const char copyright[] =
|
||||
static char sccsid[] = "@(#)rs.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
"$Id: rs.c,v 1.3 1997/08/07 06:42:37 charnier Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -55,6 +55,7 @@ static const char rcsid[] =
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
long flags;
|
||||
#define TRANSPOSE 000001
|
||||
|
Loading…
Reference in New Issue
Block a user