projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caae4ed
)
(OFF_T_MIN): Remove definition.
author
Jim Meyering
<jim@meyering.net>
Sun, 3 Dec 2000 08:55:51 +0000
(08:55 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 3 Dec 2000 08:55:51 +0000
(08:55 +0000)
(OFF_T_MAX): Likewise.
src/tail.c
patch
|
blob
|
history
diff --git
a/src/tail.c
b/src/tail.c
index
7e2ff3b
..
5a65e08
100644
(file)
--- 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. */