]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(ENOTSUP): Remove.
authorJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 13:24:09 +0000 (13:24 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 13:24:09 +0000 (13:24 +0000)
src/system.h

index 17b6da1ddbe3e14ca5c8b6fe94be4e90a8271b01..ba25fddf038e6b54d7afefa66c5cfb2cbf3ef994 100644 (file)
@@ -127,9 +127,6 @@ extern int errno;
 #ifndef ENOSYS
 # define ENOSYS (-1)
 #endif
-#ifndef ENOTSUP
-# define ENOTSUP (-1)
-#endif
 #ifndef EISDIR
 # define EISDIR (-1)
 #endif