Changes for NeXT.
authorChris Hanson <org/chris-hanson/cph>
Thu, 11 Nov 1993 20:20:03 +0000 (20:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 11 Nov 1993 20:20:03 +0000 (20:20 +0000)
v7/src/microcode/bchutl.c
v7/src/microcode/cmpint.c
v7/src/microcode/posixtyp.h
v7/src/microcode/psbmap.h
v8/src/microcode/cmpint.c
v8/src/microcode/psbmap.h

index ee87a5181ff18cf133a82da045b3a23ed87fdd2c..800b62449d3841a4acd7e3a4bba151aef73378bc 100644 (file)
@@ -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 <unistd.h>
 #endif
 #endif
+#endif
 
 #include "ansidecl.h"
 
index 8f9f482f2916994145bf47086bd698b37fa116d8..1ab8c7eb7626df3fa4e3bcc9f1e5dd564ab03b42 100644 (file)
@@ -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 <stdio.h>
+#ifndef _NEXTOS
 #include <stdlib.h>
+#endif
 #include "oscond.h"    /* Identify the operating system */
 #include "ansidecl.h"  /* Macros to support ANSI declarations */
 #include "dstack.h"    /* Dynamic-stack support */
index d3a8bbf35fbc97341c99dcc0504a42050b7432f9..61aad7e3273a80443faa05b02f28f9b449b45551 100644 (file)
@@ -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
 
index 026191f3c3ab9d784dbf43550b2af3ab683bb00d..10969a2611af8cb5ed6f3e9ac7fa0f020e890a55 100644 (file)
@@ -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 <stdio.h>
+#ifndef _NEXTOS
 #include <stdlib.h>
+#endif
 #include "ansidecl.h"
 #include "config.h"
 #include "types.h"
index 8f9f482f2916994145bf47086bd698b37fa116d8..1ab8c7eb7626df3fa4e3bcc9f1e5dd564ab03b42 100644 (file)
@@ -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 <stdio.h>
+#ifndef _NEXTOS
 #include <stdlib.h>
+#endif
 #include "oscond.h"    /* Identify the operating system */
 #include "ansidecl.h"  /* Macros to support ANSI declarations */
 #include "dstack.h"    /* Dynamic-stack support */
index 026191f3c3ab9d784dbf43550b2af3ab683bb00d..10969a2611af8cb5ed6f3e9ac7fa0f020e890a55 100644 (file)
@@ -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 <stdio.h>
+#ifndef _NEXTOS
 #include <stdlib.h>
+#endif
 #include "ansidecl.h"
 #include "config.h"
 #include "types.h"