From 0b2e5133a021a7f612001d28ae253e7a71cfdb06 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 11 Dec 1990 04:16:23 +0000 Subject: [PATCH] Add changes for SunOS 4.1. --- v7/src/microcode/posixtyp.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/posixtyp.h b/v7/src/microcode/posixtyp.h index e986e9132..5ec1883f8 100644 --- a/v7/src/microcode/posixtyp.h +++ b/v7/src/microcode/posixtyp.h @@ -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 -- 2.25.1