From: Erik van der Kouwe Date: Wed, 20 Jan 2010 16:36:48 +0000 (+0000) Subject: Fix typo in ENOPSUP definition X-Git-Tag: v3.1.6~64 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=850f392c86013f8f4b830d3c01def3d630b1b940;p=minix.git Fix typo in ENOPSUP definition --- diff --git a/include/errno.h b/include/errno.h index 4edca7a44..a6b6ac25a 100644 --- a/include/errno.h +++ b/include/errno.h @@ -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.