mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-24 19:50:25 +00:00
Begin to remove ISC platform support. (#40)
We don't want to modify emulation code yet as ISC support included a number of other things, including some i386 code that isn't used on other platforms, but is still useful as a reference.
This commit is contained in:
@@ -60,7 +60,7 @@ static char *id = "$Id: chardev.c,v 1.2 1999/01/03 02:06:50 sybalsky Exp $ Copyr
|
||||
#include "commondefs.h"
|
||||
#include "perrnodefs.h"
|
||||
|
||||
#if defined(ISC) || defined(FREEBSD)
|
||||
#if defined(FREEBSD)
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user