From 6c3675cac3934e79145fd025b8489c38ede588d3 Mon Sep 17 00:00:00 2001
From: ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Date: Fri, 26 Jan 2007 17:18:49 +0000
Subject: 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
---
 vl.h | 3 ---
 1 file changed, 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
-- 
cgit v1.2.3