From: Jim Meyering Date: Sat, 9 May 1998 17:42:50 +0000 (+0000) Subject: Include safe-read.h. X-Git-Tag: FILEUTILS-3_16o~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c2cfa04da9ab123973645fadc9149310847118;p=thirdparty%2Fcoreutils.git Include safe-read.h. Don't declare safe_read. --- diff --git a/src/touch.c b/src/touch.c index 8bb24b8d50..cb82831ab4 100644 --- a/src/touch.c +++ b/src/touch.c @@ -42,13 +42,13 @@ #include "error.h" #include "argmatch.h" #include "getdate.h" +#include "safe-read.h" #ifndef STDC_HEADERS time_t time (); #endif time_t posixtime (); -int safe_read (); int full_write (); void invalid_arg ();