]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(ENOSYS) [!defined ENOSYS]: Don't define here.
authorJim Meyering <jim@meyering.net>
Thu, 5 Jan 2006 10:27:03 +0000 (10:27 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 5 Jan 2006 10:27:03 +0000 (10:27 +0000)
It's already defined in "system.h".

src/tail.c

index 52e0bab86d4d65a23f02e04279ba0d8a37d98d4d..ee18f31deba708aff49223088223455cd948e047 100644 (file)
 #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