提交 4c955388 编写于 作者: A Anthony Liguori

Define ENOTSUP anywhere it isn't defined

I confused ENOTSUP with ENOTSUPP.  Juan's original patch was correct.
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 6e489f3f
......@@ -38,7 +38,7 @@
#ifndef ENOMEDIUM
#define ENOMEDIUM ENODEV
#endif
#if !defined(ENOTSUP) && defined(__OpenBSD__)
#if !defined(ENOTSUP)
#define ENOTSUP 4096
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册