add openbsd
This commit is contained in:
parent
9b112390be
commit
f94cf32519
|
@ -1,4 +1,4 @@
|
||||||
#if defined(linux) || defined(IRIX) || defined(SOLARIS) || defined(OSF1) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__) || defined(__sun) || defined(sun)
|
#if defined(linux) || defined(IRIX) || defined(SOLARIS) || defined(OSF1) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__) || defined(__sun) || defined(sun) || defined(__OpenBSD__)
|
||||||
# include "unix.h"
|
# include "unix.h"
|
||||||
# ifdef __APPLE__
|
# ifdef __APPLE__
|
||||||
# define panic dt_panic
|
# define panic dt_panic
|
||||||
|
|
Loading…
Reference in New Issue