1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-28 11:29:09 +02:00

Include safe-read.h instead of merely declaring safe_read.

This commit is contained in:
Jim Meyering
1998-04-11 18:23:13 +00:00
parent ac7b3c4fa9
commit 66c7b3c41d
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -32,13 +32,13 @@
#endif
#include "system.h"
#include "error.h"
#include "safe-read.h"
/* Undefine, to avoid warning about redefinition on some systems. */
#undef max
#define max(h,i) ((h) > (i) ? (h) : (i))
int full_write ();
int safe_read ();
/* Name under which this program was invoked. */
char *program_name;
+1 -2
View File
@@ -29,12 +29,11 @@
#include "system.h"
#include "error.h"
#include "human.h"
#include "safe-read.h"
/* Size of atomic reads. */
#define BUFFER_SIZE (16 * 1024)
int safe_read ();
/* The name this program was run with. */
char *program_name;