From 9d5d7f0d50d626510ebc6b6bab354cc8eb9e988b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 3 Dec 2000 08:55:51 +0000 Subject: (OFF_T_MIN): Remove definition. (OFF_T_MAX): Likewise. --- src/tail.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/tail.c b/src/tail.c index 7e2ff3b58..5a65e085d 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. */ -- cgit v1.2.3-54-g00ecf