1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(ENOSYS) [!defined ENOSYS]: Don't define here.

It's already defined in "system.h".
This commit is contained in:
Jim Meyering
2006-01-05 10:27:03 +00:00
parent 084903a2b1
commit 91be6f4495

View File

@@ -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