summaryrefslogtreecommitdiffstats
path: root/usr.sbin/timed
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-06-09 06:30:36 +0000
committerimp <imp@FreeBSD.org>2003-06-09 06:30:36 +0000
commitb59d7d92764b5f9cedf3b481793d44df47b4ec58 (patch)
tree8505e2f230159b792590a0ba864294c44dbae0d1 /usr.sbin/timed
parent0fcc0bc2e1753ed2258aeb72e16531d0372144e0 (diff)
downloadFreeBSD-src-b59d7d92764b5f9cedf3b481793d44df47b4ec58.zip
FreeBSD-src-b59d7d92764b5f9cedf3b481793d44df47b4ec58.tar.gz
Change incorrect strings.h to more correct string.h to pick up
declarations for strlcpy, strlen, strmp and strcpy.
Diffstat (limited to 'usr.sbin/timed')
-rw-r--r--usr.sbin/timed/timedc/cmds.c2
-rw-r--r--usr.sbin/timed/timedc/timedc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c
index edb41d1..35cc872 100644
--- a/usr.sbin/timed/timedc/cmds.c
+++ b/usr.sbin/timed/timedc/cmds.c
@@ -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
diff --git a/usr.sbin/timed/timedc/timedc.c b/usr.sbin/timed/timedc/timedc.c
index 71ac9b3..f8138c3 100644
--- a/usr.sbin/timed/timedc/timedc.c
+++ b/usr.sbin/timed/timedc/timedc.c
@@ -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>
OpenPOWER on IntegriCloud