From: Jim Meyering Date: Sun, 3 Dec 2000 08:55:51 +0000 (+0000) Subject: (OFF_T_MIN): Remove definition. X-Git-Tag: TEXTUTILS-2_0_9~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d5d7f0d50d626510ebc6b6bab354cc8eb9e988b;p=thirdparty%2Fcoreutils.git (OFF_T_MIN): Remove definition. (OFF_T_MAX): Likewise. --- diff --git a/src/tail.c b/src/tail.c index 7e2ff3b58f..5a65e085d2 100644 --- a/src/tail.c +++ b/src/tail.c @@ -44,14 +44,6 @@ #define AUTHORS \ "Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering" -#ifndef OFF_T_MIN -# define OFF_T_MIN TYPE_MINIMUM (off_t) -#endif - -#ifndef OFF_T_MAX -# define OFF_T_MAX TYPE_MAXIMUM (off_t) -#endif - #ifndef ENOSYS /* Some systems don't have ENOSYS -- this should be a big enough value that no valid errno value will match it. */