From b107c4bac5df9736112a799b11a410b206cc7338 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 11 Nov 1993 20:20:03 +0000 Subject: [PATCH] Changes for NeXT. --- v7/src/microcode/bchutl.c | 4 +++- v7/src/microcode/cmpint.c | 4 +++- v7/src/microcode/posixtyp.h | 4 +++- v7/src/microcode/psbmap.h | 4 +++- v8/src/microcode/cmpint.c | 4 +++- v8/src/microcode/psbmap.h | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/v7/src/microcode/bchutl.c b/v7/src/microcode/bchutl.c index ee87a5181..800b62449 100644 --- a/v7/src/microcode/bchutl.c +++ b/v7/src/microcode/bchutl.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: bchutl.c,v 1.3 1993/06/24 03:53:29 gjr Exp $ +$Id: bchutl.c,v 1.4 1993/11/11 20:18:41 cph Exp $ Copyright (c) 1991-1993 Massachusetts Institute of Technology @@ -39,9 +39,11 @@ MIT in each case. */ #ifndef DOS386 #ifndef WINNT +#ifndef _NEXTOS #include #endif #endif +#endif #include "ansidecl.h" diff --git a/v7/src/microcode/cmpint.c b/v7/src/microcode/cmpint.c index 8f9f482f2..1ab8c7eb7 100644 --- a/v7/src/microcode/cmpint.c +++ b/v7/src/microcode/cmpint.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: cmpint.c,v 1.78 1993/11/04 23:51:07 gjr Exp $ +$Id: cmpint.c,v 1.79 1993/11/11 20:19:55 cph Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -75,7 +75,9 @@ MIT in each case. */ /* Macro imports */ #include +#ifndef _NEXTOS #include +#endif #include "oscond.h" /* Identify the operating system */ #include "ansidecl.h" /* Macros to support ANSI declarations */ #include "dstack.h" /* Dynamic-stack support */ diff --git a/v7/src/microcode/posixtyp.h b/v7/src/microcode/posixtyp.h index d3a8bbf35..61aad7e32 100644 --- a/v7/src/microcode/posixtyp.h +++ b/v7/src/microcode/posixtyp.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: posixtyp.h,v 1.8 1993/06/24 06:13:23 gjr Exp $ +$Id: posixtyp.h,v 1.9 1993/11/11 20:18:48 cph Exp $ Copyright (c) 1990-1993 Massachusetts Institute of Technology @@ -60,10 +60,12 @@ MIT in each case. */ #endif #ifdef _BSD4_3 +#ifndef _NEXTOS #define _MODE_T #define _NLINK_T #define _PID_T #define _CLOCK_T +#endif #define _TIME_T #endif diff --git a/v7/src/microcode/psbmap.h b/v7/src/microcode/psbmap.h index 026191f3c..10969a261 100644 --- a/v7/src/microcode/psbmap.h +++ b/v7/src/microcode/psbmap.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: psbmap.h,v 9.40 1993/11/07 01:39:01 gjr Exp $ +$Id: psbmap.h,v 9.41 1993/11/11 20:20:03 cph Exp $ Copyright (c) 1987-1993 Massachusetts Institute of Technology @@ -47,7 +47,9 @@ MIT in each case. */ #define fast register #include +#ifndef _NEXTOS #include +#endif #include "ansidecl.h" #include "config.h" #include "types.h" diff --git a/v8/src/microcode/cmpint.c b/v8/src/microcode/cmpint.c index 8f9f482f2..1ab8c7eb7 100644 --- a/v8/src/microcode/cmpint.c +++ b/v8/src/microcode/cmpint.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: cmpint.c,v 1.78 1993/11/04 23:51:07 gjr Exp $ +$Id: cmpint.c,v 1.79 1993/11/11 20:19:55 cph Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -75,7 +75,9 @@ MIT in each case. */ /* Macro imports */ #include +#ifndef _NEXTOS #include +#endif #include "oscond.h" /* Identify the operating system */ #include "ansidecl.h" /* Macros to support ANSI declarations */ #include "dstack.h" /* Dynamic-stack support */ diff --git a/v8/src/microcode/psbmap.h b/v8/src/microcode/psbmap.h index 026191f3c..10969a261 100644 --- a/v8/src/microcode/psbmap.h +++ b/v8/src/microcode/psbmap.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: psbmap.h,v 9.40 1993/11/07 01:39:01 gjr Exp $ +$Id: psbmap.h,v 9.41 1993/11/11 20:20:03 cph Exp $ Copyright (c) 1987-1993 Massachusetts Institute of Technology @@ -47,7 +47,9 @@ MIT in each case. */ #define fast register #include +#ifndef _NEXTOS #include +#endif #include "ansidecl.h" #include "config.h" #include "types.h" -- 2.25.1