This commit is contained in:
Russ Cox
2005-12-29 22:40:50 +00:00
parent f067fbcaef
commit 176f1fa82e
4 changed files with 73 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#if defined(linux) || defined(IRIX) || defined(SOLARIS) || defined(OSF1) || defined(__FreeBSD__) || defined(__APPLE__)
#if defined(linux) || defined(IRIX) || defined(SOLARIS) || defined(OSF1) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__)
# include "unix.h"
# ifdef __APPLE__
# define panic dt_panic