summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tail.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tail.c b/src/tail.c
index 52e0bab86..ee18f31de 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -51,12 +51,6 @@
#define AUTHORS \
"Paul Rubin", "David MacKenzie, Ian Lance Taylor", "Jim Meyering"
-#ifndef ENOSYS
- /* Some systems don't have ENOSYS -- this should be a big enough
- value that no valid errno value will match it. */
-# define ENOSYS 99999
-#endif
-
/* Number of items to tail. */
#define DEFAULT_N_LINES 10