mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-09 04:00:07 +00:00
Start by removing all the ifdef'd DOS code in source and include files
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <ctype.h>
|
||||
#ifndef DOS
|
||||
#include <sys/file.h>
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
@@ -60,7 +59,6 @@
|
||||
#endif
|
||||
#include <nlist.h>
|
||||
#endif /* DOS */
|
||||
#endif /* MAIKO_ENABLE_ETHERNET */
|
||||
|
||||
#include "commondefs.h"
|
||||
#include "lispemul.h"
|
||||
|
||||
Reference in New Issue
Block a user