summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-05-09 17:41:37 +0000
committerJim Meyering <jim@meyering.net>1998-05-09 17:41:37 +0000
commit53c7a54a585e9a7cda240afd84ef22975482b9a5 (patch)
treeeb56b4e552c5a460ec6e1b08f8784833fc2e2d84 /src/dd.c
parente81bcd87cb5982aced1e1b6cb3d42f0d74178abb (diff)
downloadcoreutils-53c7a54a585e9a7cda240afd84ef22975482b9a5.tar.xz
Include safe-read.h.
Don't declare safe_read.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index 276dce1b9..948e4df59 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. */