summaryrefslogtreecommitdiffstats
path: root/bin/dd
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2002-06-09 04:15:40 +0000
committerkeramida <keramida@FreeBSD.org>2002-06-09 04:15:40 +0000
commitb309515be2e2fc848e57862c3133584fcb86dd3b (patch)
tree311e093cf288d8624b25a89ed251e985fff3bd71 /bin/dd
parent6fd48a951dfef2849c0eaf9a31303ec10cc0521a (diff)
downloadFreeBSD-src-b309515be2e2fc848e57862c3133584fcb86dd3b.zip
FreeBSD-src-b309515be2e2fc848e57862c3133584fcb86dd3b.tar.gz
Replace <strings.h> with <string.h>. No functions from the former are
used in this file, and strlen() needs to be prototyped by the latter, for this to compile without warnings. Reviewed by: mike
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dd/misc.c b/bin/dd/misc.c
index d59d52e..dcd68d5 100644
--- a/bin/dd/misc.c
+++ b/bin/dd/misc.c
@@ -49,7 +49,7 @@ static const char rcsid[] =
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
-#include <strings.h>
+#include <string.h>
#include <unistd.h>
#include "dd.h"
OpenPOWER on IntegriCloud