Commit baa8f012 authored by Jonathan Perkin's avatar Jonathan Perkin

bug#49968: Properly define HAVE_ERRNO_AS_DEFINE for the appropriate

OpenBSD releases.

Apply patch from Brad Smith, thanks!
parent 69c9dbab
...@@ -55,6 +55,10 @@ ...@@ -55,6 +55,10 @@
#define USE_PRAGMA_INTERFACE #define USE_PRAGMA_INTERFACE
#endif #endif
#if defined(__OpenBSD__) && (OpenBSD >= 200411)
#define HAVE_ERRNO_AS_DEFINE
#endif
#if defined(i386) && !defined(__i386__) #if defined(i386) && !defined(__i386__)
#define __i386__ #define __i386__
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment