Add changes for SunOS 4.1.
authorChris Hanson <org/chris-hanson/cph>
Tue, 11 Dec 1990 04:16:23 +0000 (04:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 11 Dec 1990 04:16:23 +0000 (04:16 +0000)
v7/src/microcode/posixtyp.h

index e986e91325b87be14d59567ac509f5dc391fc203..5ec1883f89899e73bdf2f34de38f66cd934eb30e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/posixtyp.h,v 1.2 1990/07/30 16:37:57 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/posixtyp.h,v 1.3 1990/12/11 04:16:23 cph Rel $
 
 Copyright (c) 1990 Massachusetts Institute of Technology
 
@@ -57,6 +57,15 @@ MIT in each case. */
 #define _SIZE_T
 #endif
 
+#if defined(_SUNOS4) && defined(__sys_stdtypes_h)
+#define _MODE_T
+#define _NLINK_T
+#define _PID_T
+#define _CLOCK_T
+#define _SIZE_T
+#define _CC_T
+#endif
+
 #endif
 
 #ifndef _MODE_T