mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
#ifndef ENOMEDIUM
|
#ifndef ENOMEDIUM
|
||||||
#define ENOMEDIUM ENODEV
|
#define ENOMEDIUM ENODEV
|
||||||
#endif
|
#endif
|
||||||
#if !defined(ENOTSUP) && defined(__OpenBSD__)
|
#if !defined(ENOTSUP)
|
||||||
#define ENOTSUP 4096
|
#define ENOTSUP 4096
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue