From: Jim Meyering Date: Sun, 12 Apr 1998 19:56:25 +0000 (+0000) Subject: Include safe-read.h instead of merely declaring safe_read. X-Git-Tag: TEXTUTILS-1_22f~70 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=48990a90787544be6db7510be35061dffab774ab;p=thirdparty%2Fcoreutils.git Include safe-read.h instead of merely declaring safe_read. --- diff --git a/src/tail.c b/src/tail.c index b2885b9c9e..1b1ce863f2 100644 --- a/src/tail.c +++ b/src/tail.c @@ -53,6 +53,7 @@ #include "system.h" #include "xstrtoul.h" #include "error.h" +#include "safe-read.h" #ifndef OFF_T_MIN # define OFF_T_MIN TYPE_MINIMUM (off_t) @@ -158,8 +159,6 @@ enum header_mode /* FIXME: rename, document, and use this -- add option */ static unsigned long max_no_change_count = 5; -int safe_read (); - /* The name this program was run with. */ char *program_name;