mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-26 08:43:40 +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:
@@ -33,13 +33,6 @@ static char *id = "$Id: dir.c,v 1.4 2001/12/26 22:17:01 sybalsky Exp $ Copyright
|
||||
#include <string.h>
|
||||
#endif /* LINUX */
|
||||
|
||||
#ifdef ISC
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/bsdtypes.h>
|
||||
#define direct dirent
|
||||
#endif /* ISC */
|
||||
|
||||
#else /* DOS, now */
|
||||
#include <dos.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user