1
0
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:
Nick Briggs
2021-02-15 17:32:58 -08:00
parent 081e2288ff
commit 1b869932d8
41 changed files with 11 additions and 2280 deletions

View File

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