mirror of
https://github.com/qemu/qemu.git
synced 2024-11-27 22:03:35 +08:00
Define ENOTSUP anywhere it isn't defined
I confused ENOTSUP with ENOTSUPP. Juan's original patch was correct. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
6e489f3f88
commit
4c95538857
@ -38,7 +38,7 @@
|
||||
#ifndef ENOMEDIUM
|
||||
#define ENOMEDIUM ENODEV
|
||||
#endif
|
||||
#if !defined(ENOTSUP) && defined(__OpenBSD__)
|
||||
#if !defined(ENOTSUP)
|
||||
#define ENOTSUP 4096
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user