summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 04:48:37 +0000
committerjb <jb@FreeBSD.org>1998-02-20 04:48:37 +0000
commit7f92b62ee315cfd4e6dce7f0155782194438d5ce (patch)
tree42b6fa17c87882518be46afb7be669528d856448
parent6d9d1ccd14b323b811a9cbd52a4492e9a7b37fe6 (diff)
downloadFreeBSD-src-7f92b62ee315cfd4e6dce7f0155782194438d5ce.zip
FreeBSD-src-7f92b62ee315cfd4e6dce7f0155782194438d5ce.tar.gz
Add #include <string.h> to get prototypes.
-rw-r--r--usr.bin/fsplit/fsplit.c3
-rw-r--r--usr.bin/mklocale/yacc.y1
-rw-r--r--usr.bin/mkstr/mkstr.c3
-rw-r--r--usr.bin/rs/rs.c3
4 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/fsplit/fsplit.c b/usr.bin/fsplit/fsplit.c
index 73a2b34..03cf08a 100644
--- a/usr.bin/fsplit/fsplit.c
+++ b/usr.bin/fsplit/fsplit.c
@@ -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>
diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y
index 760d112..a54f25c 100644
--- a/usr.bin/mklocale/yacc.y
+++ b/usr.bin/mklocale/yacc.y
@@ -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"
diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c
index 7f2efe2..588af2c 100644
--- a/usr.bin/mkstr/mkstr.c
+++ b/usr.bin/mkstr/mkstr.c
@@ -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)
diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c
index a023db9..b495a8f 100644
--- a/usr.bin/rs/rs.c
+++ b/usr.bin/rs/rs.c
@@ -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
OpenPOWER on IntegriCloud