]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include safe-read.h.
authorJim Meyering <jim@meyering.net>
Sat, 9 May 1998 17:41:37 +0000 (17:41 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 May 1998 17:41:37 +0000 (17:41 +0000)
Don't declare safe_read.

src/dd.c

index 276dce1b9a4df498123e6ac43c3416cb90cd373e..948e4df59652b4720720255b8447e5eda47fe88c 100644 (file)
--- 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. */