projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e489f3
)
Define ENOTSUP anywhere it isn't defined
author
Anthony Liguori
<aliguori@us.ibm.com>
Tue, 28 Jul 2009 20:48:31 +0000
(15:48 -0500)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Tue, 28 Jul 2009 20:48:31 +0000
(15:48 -0500)
I confused ENOTSUP with ENOTSUPP. Juan's original patch was correct.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-common.h
patch
|
blob
|
history
diff --git
a/qemu-common.h
b/qemu-common.h
index 5d7ffebcd7ec355ea09b09a95c2207ca741396d9..c1fb5bf608c49e75b26fa62c329d009269f82d7b 100644
(file)
--- a/
qemu-common.h
+++ b/
qemu-common.h
@@
-38,7
+38,7
@@
#ifndef ENOMEDIUM
#define ENOMEDIUM ENODEV
#endif
-#if !defined(ENOTSUP)
&& defined(__OpenBSD__)
+#if !defined(ENOTSUP)
#define ENOTSUP 4096
#endif