1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-30 21:59:15 +00:00

Remove HP platform support. (#34)

This removes code related to HP9000, HPTIMERBUG, and HPUX defines.

It leaves KB_HP9000 for now as I'm not sure about renumbering
those constants.

This should not impact any of the core emulation code.
This commit is contained in:
Bruce Mitchener
2020-12-13 12:35:53 +07:00
committed by GitHub
parent 750d84c78c
commit 1c912ff57e
19 changed files with 19 additions and 277 deletions

View File

@@ -21,12 +21,10 @@ static char *id = "$Id: ufs.c,v 1.2 1999/01/03 02:07:41 sybalsky Exp $ Copyright
#include <sys/file.h>
#ifndef OS5
#ifndef HPUX
#ifndef FREEBSD
#include <sys/dir.h>
#endif
#endif
#endif
#include <sys/stat.h>
#include <sys/time.h>