1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Change incorrect strings.h to more correct string.h to pick up

declarations for strlcpy, strlen, strmp and strcpy.
This commit is contained in:
Warner Losh 2003-06-09 06:30:36 +00:00
parent 10aea17ec2
commit 87ddbe28e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116078
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ static const char rcsid[] =
#include <err.h>
#include <stdlib.h>
#include <strings.h>
#include <string.h>
#include <unistd.h>
#define TSPTYPES

View File

@ -51,7 +51,7 @@ static const char rcsid[] =
#include <setjmp.h>
#include <signal.h>
#include <stdlib.h>
#include <strings.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>