From a7c1ac2f62292c0affa47a7d5c0b8e9207dc67d4 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Sun, 9 Jun 2002 04:15:40 +0000 Subject: [PATCH] Replace with . 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 --- bin/dd/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dd/misc.c b/bin/dd/misc.c index d59d52e3aea..dcd68d56c89 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -49,7 +49,7 @@ static const char rcsid[] = #include #include #include -#include +#include #include #include "dd.h"