mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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
This commit is contained in:
parent
71c2fd5cdf
commit
6c3675cac3
1 changed files with 0 additions and 3 deletions
3
vl.h
3
vl.h
|
@ -45,9 +45,6 @@
|
|||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#ifdef __sun__
|
||||
#define ENOMEDIUM 4097
|
||||
#endif
|
||||
#ifndef ENOMEDIUM
|
||||
#define ENOMEDIUM ENODEV
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue