add openbsd

This commit is contained in:
Russ Cox 2007-09-28 12:58:54 +00:00
parent 9b112390be
commit f94cf32519
1 changed files with 1 additions and 1 deletions

View File

@ -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