From: Jim Meyering Date: Thu, 5 Jan 2006 10:27:03 +0000 (+0000) Subject: (ENOSYS) [!defined ENOSYS]: Don't define here. X-Git-Tag: v6.0~962 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91be6f4495ee1cced35254c695b636c6086058ea;p=thirdparty%2Fcoreutils.git (ENOSYS) [!defined ENOSYS]: Don't define here. It's already defined in "system.h". --- diff --git a/src/tail.c b/src/tail.c index 52e0bab86d..ee18f31deb 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