]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix typo in ENOPSUP definition
authorErik van der Kouwe <erik@minix3.org>
Wed, 20 Jan 2010 16:36:48 +0000 (16:36 +0000)
committerErik van der Kouwe <erik@minix3.org>
Wed, 20 Jan 2010 16:36:48 +0000 (16:36 +0000)
include/errno.h

index 4edca7a441eef17ede11aac4a8a6b5591abd3e26..a6b6ac25a6651cc25d0f55e27f546f04bbb525bb 100644 (file)
@@ -106,7 +106,7 @@ extern int errno;             /* place where the error numbers go */
 #define ENOTSOCK      (_SIGN 74)  /* Socket operation on non-socket */
 #define ENOPROTOOPT   (_SIGN 75)  /* Protocol not available */
 #define EOPNOTSUPP    (_SIGN 76)  /* Operation not supported */
-#define ENOTSUP       EOPNOTSUP   /* Not supported */
+#define ENOTSUP       EOPNOTSUPP  /* Not supported */
 #define ENETDOWN      (_SIGN 77)  /* network is down */
 
 /* The following are not POSIX errors, but they can still happen.