diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-06-09 06:30:36 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-06-09 06:30:36 +0000 |
| commit | 87ddbe28e840b102445dc38dcc8dea7fa1ff61c2 (patch) | |
| tree | 8505e2f230159b792590a0ba864294c44dbae0d1 /usr.sbin/timed | |
| parent | 10aea17ec29612ad25b74f2b4e4d676d2e2eb800 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/timed')
| -rw-r--r-- | usr.sbin/timed/timedc/cmds.c | 2 | ||||
| -rw-r--r-- | usr.sbin/timed/timedc/timedc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c index edb41d135f71..35cc87212174 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 71ac9b340005..f8138c395976 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> |
