]> xenbits.xensource.com Git - xen.git/commitdiff
[Mini-OS] Add ENOTSUP
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 23 Nov 2007 16:42:23 +0000 (16:42 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 23 Nov 2007 16:42:23 +0000 (16:42 +0000)
Add missing ENOTSUP by defining it to EOPNOTSUPP like in Linux.

Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
extras/mini-os/include/errno.h

index aa45040a27a7350f7f7817441d89a3dec23734ed..262ab3e0b4f70f0294545afd8b67c8cdd95a32f1 100644 (file)
@@ -66,6 +66,7 @@
 #define        EPROTONOSUPPORT 93      /* Protocol not supported */
 #define        ESOCKTNOSUPPORT 94      /* Socket type not supported */
 #define        EOPNOTSUPP      95      /* Operation not supported on transport endpoint */
+#define        ENOTSUP EOPNOTSUPP
 #define        EPFNOSUPPORT    96      /* Protocol family not supported */
 #define        EAFNOSUPPORT    97      /* Address family not supported by protocol */
 #define        EADDRINUSE      98      /* Address already in use */