From 53c7a54a585e9a7cda240afd84ef22975482b9a5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 9 May 1998 17:41:37 +0000 Subject: [PATCH] Include safe-read.h. Don't declare safe_read. --- src/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.3