From 46b009d3a391314214bf1f1e93bed1ef9f1ab65c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 10 Aug 1990 02:02:25 +0000 Subject: [PATCH] Recent versions of ultrix are mostly POSIX-compliant. --- v7/src/microcode/oscond.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/oscond.h b/v7/src/microcode/oscond.h index 7507c1e08..9c3666e81 100644 --- a/v7/src/microcode/oscond.h +++ b/v7/src/microcode/oscond.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.2 1990/07/30 23:14:24 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/oscond.h,v 1.3 1990/08/10 02:02:25 cph Rel $ Copyright (c) 1990 Massachusetts Institute of Technology @@ -85,6 +85,7 @@ MIT in each case. */ #endif #if defined(_ULTRIX) +#define _POSIX #define _BSD4_3 #endif -- 2.25.1