From: ths Date: Fri, 26 Jan 2007 17:18:49 +0000 (+0000) Subject: ENODEV works also for __sun__, the magic number 4097 stemmed from the X-Git-Tag: release_0_9_1~1537 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ec3a8a03479965f6877cde0353ce1625d9502b4f;p=qemu-xen-4.5-testing.git ENODEV works also for __sun__, the magic number 4097 stemmed from the windows support. --- diff --git a/vl.h b/vl.h index c0df57955..41b546de3 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