Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [Mini-OS] Add ENOTSUP

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1195836143 0
# Node ID b1324eca1cd991001b4f8ea75e1121b29cec7b4a
# Parent  c9c476a22036165009255d6e194ba3e0cf0d64a5
[Mini-OS] Add ENOTSUP

Add missing ENOTSUP by defining it to EOPNOTSUPP like in Linux.

Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxx>
---
 extras/mini-os/include/errno.h |    1 +
 1 files changed, 1 insertion(+)

diff -r c9c476a22036 -r b1324eca1cd9 extras/mini-os/include/errno.h
--- a/extras/mini-os/include/errno.h    Fri Nov 23 16:41:54 2007 +0000
+++ b/extras/mini-os/include/errno.h    Fri Nov 23 16:42:23 2007 +0000
@@ -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 */

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [Mini-OS] Add ENOTSUP, Xen patchbot-unstable <=