(OFF_T_MIN): Remove definition.
authorJim Meyering <jim@meyering.net>
Sun, 3 Dec 2000 08:55:51 +0000 (08:55 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Dec 2000 08:55:51 +0000 (08:55 +0000)
(OFF_T_MAX): Likewise.

src/tail.c

index 7e2ff3b..5a65e08 100644 (file)
 #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.  */