mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-15 07:54:13 +00:00
Remove more AIX (but not really AIX) ifdefs. (#66)
Trying to remove / replace / update all remaining AIX ifdefs.
This commit is contained in:
parent
30f51a0601
commit
e6a5d898c5
@ -81,13 +81,6 @@ static char *id = "$Id: bbtsub.c,v 1.3 2001/12/24 01:08:59 sybalsky Exp $ Copyri
|
||||
|
||||
extern IOPAGE *IOPage68K;
|
||||
|
||||
#ifdef AIX
|
||||
#include <sys/types.h>
|
||||
#if !defined(LINUX) && !defined(MACOSX) /* LINUX and MACOSX have no macros.h */
|
||||
#include <macros.h>
|
||||
#endif /* LINUX */
|
||||
#endif /* AIX */
|
||||
|
||||
#include "bb.h"
|
||||
#include "bitblt.h"
|
||||
#include "pilotbbt.h"
|
||||
|
||||
@ -27,9 +27,9 @@ static char *id = "$Id: osmsg.c,v 1.2 1999/01/03 02:07:29 sybalsky Exp $ Copyrig
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#ifndef AIX
|
||||
#ifndef XWINDOW
|
||||
#include <sys/ioctl.h>
|
||||
#endif /* AIX */
|
||||
#endif
|
||||
#include <sys/statvfs.h>
|
||||
#include <sys/time.h>
|
||||
#endif /* DOS */
|
||||
|
||||
@ -44,9 +44,6 @@ static char *id = "$Id: testtool.c,v 1.4 2001/12/24 01:09:07 sybalsky Exp $ Copy
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <setjmp.h>
|
||||
#ifdef AIX
|
||||
#include <sys/types.h>
|
||||
#endif /* AIX */
|
||||
|
||||
#include "lispemul.h"
|
||||
#include "lispmap.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user