diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-03 08:55:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-03 08:55:51 +0000 |
commit | 9d5d7f0d50d626510ebc6b6bab354cc8eb9e988b (patch) | |
tree | 83115ccf1d59f202301425719e2e86313b46ef94 /src | |
parent | caae4ed5a7e1db23b2dacc743cebbe797a11d0cc (diff) | |
download | coreutils-9d5d7f0d50d626510ebc6b6bab354cc8eb9e988b.tar.xz |
(OFF_T_MIN): Remove definition.
(OFF_T_MAX): Likewise.
Diffstat (limited to 'src')
-rw-r--r-- | src/tail.c | 8 |
1 files changed, 0 insertions, 8 deletions
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. */ |