mirror of
https://github.com/0intro/conterm
synced 2024-11-21 21:31:23 +03:00
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"
|
||||
# ifdef __APPLE__
|
||||
# define panic dt_panic
|
||||
|
Loading…
Reference in New Issue
Block a user