From 91be6f4495ee1cced35254c695b636c6086058ea Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 5 Jan 2006 10:27:03 +0000 Subject: (ENOSYS) [!defined ENOSYS]: Don't define here. It's already defined in "system.h". --- src/tail.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2