summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-03 08:55:51 +0000
committerJim Meyering <jim@meyering.net>2000-12-03 08:55:51 +0000
commit9d5d7f0d50d626510ebc6b6bab354cc8eb9e988b (patch)
tree83115ccf1d59f202301425719e2e86313b46ef94 /src
parentcaae4ed5a7e1db23b2dacc743cebbe797a11d0cc (diff)
downloadcoreutils-9d5d7f0d50d626510ebc6b6bab354cc8eb9e988b.tar.xz
(OFF_T_MIN): Remove definition.
(OFF_T_MAX): Likewise.
Diffstat (limited to 'src')
-rw-r--r--src/tail.c8
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. */