]> xenbits.xensource.com Git - qemu-xen-unstable.git/commitdiff
ENODEV works also for __sun__, the magic number 4097 stemmed from the
authorths <ths>
Fri, 26 Jan 2007 17:18:49 +0000 (17:18 +0000)
committerths <ths>
Fri, 26 Jan 2007 17:18:49 +0000 (17:18 +0000)
windows support.

vl.h

diff --git a/vl.h b/vl.h
index c0df57955177c8f4726e6d84922d23ee42bb8f4b..41b546de3b9044c81d170fc97b2a4c2770ff1a1e 100644 (file)
--- a/vl.h
+++ b/vl.h
@@ -45,9 +45,6 @@
 #define O_BINARY 0
 #endif
 
-#ifdef __sun__
-#define ENOMEDIUM 4097
-#endif
 #ifndef ENOMEDIUM
 #define ENOMEDIUM ENODEV
 #endif