summaryrefslogtreecommitdiffstats
path: root/vl.h
diff options
context:
space:
mode:
authorths2007-01-26 18:18:49 +0100
committerths2007-01-26 18:18:49 +0100
commit6c3675cac3934e79145fd025b8489c38ede588d3 (patch)
tree5da23dc0af5a247dc0434b42f624b670aabdfd54 /vl.h
parentDefine ENOMEDIUM to match ENODEV if it isn't available. (diff)
downloadqemu-6c3675cac3934e79145fd025b8489c38ede588d3.tar.gz
qemu-6c3675cac3934e79145fd025b8489c38ede588d3.tar.xz
qemu-6c3675cac3934e79145fd025b8489c38ede588d3.zip
ENODEV works also for __sun__, the magic number 4097 stemmed from the
windows support. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2358 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vl.h b/vl.h
index c0df579551..41b546de3b 100644
--- 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