From: Jim Meyering Date: Sat, 9 May 1998 17:41:37 +0000 (+0000) Subject: Include safe-read.h. X-Git-Tag: FILEUTILS-3_16o~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53c7a54a585e9a7cda240afd84ef22975482b9a5;p=thirdparty%2Fcoreutils.git Include safe-read.h. Don't declare safe_read. --- diff --git a/src/dd.c b/src/dd.c index 276dce1b9a..948e4df596 100644 --- a/src/dd.c +++ b/src/dd.c @@ -33,6 +33,7 @@ #include "system.h" #include "closeout.h" #include "error.h" +#include "safe-read.h" #ifndef SIGINFO # define SIGINFO SIGUSR1 @@ -62,7 +63,6 @@ /* Use separate input and output buffers, and combine partial input blocks. */ #define C_TWOBUFS 04000 -int safe_read (); int full_write (); /* The name this program was run with. */