diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-09 17:41:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-09 17:41:37 +0000 |
commit | 53c7a54a585e9a7cda240afd84ef22975482b9a5 (patch) | |
tree | eb56b4e552c5a460ec6e1b08f8784833fc2e2d84 /src | |
parent | e81bcd87cb5982aced1e1b6cb3d42f0d74178abb (diff) | |
download | coreutils-53c7a54a585e9a7cda240afd84ef22975482b9a5.tar.xz |
Include safe-read.h.
Don't declare safe_read.
Diffstat (limited to 'src')
-rw-r--r-- | src/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |