From aeb64a3f46265f4eb7b182ddd4b8e60440259946 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Thu, 29 Jun 1995 23:49:23 +0000
Subject: [PATCH] Add conditionalizations to set up for Linux correctly.

---
 v7/src/microcode/oscond.h | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/v7/src/microcode/oscond.h b/v7/src/microcode/oscond.h
index de22b8219..c3aa56764 100644
--- a/v7/src/microcode/oscond.h
+++ b/v7/src/microcode/oscond.h
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: oscond.h,v 1.18 1994/10/07 20:42:10 cph Exp $
+$Id: oscond.h,v 1.19 1995/06/29 23:49:23 cph Exp $
 
-Copyright (c) 1990-1994 Massachusetts Institute of Technology
+Copyright (c) 1990-95 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -41,12 +41,7 @@ MIT in each case. */
 /* _POSIX is assumed to be independent of all operating-system and
    machine specification macros.  */
 
-#if defined (__osf__)
-#  define _POSIX
-#  define _BSD4_3
-#endif
-
-#if defined(_AIX)
+#if defined(__osf__) || defined(_AIX) || defined(__linux)
 #  define _POSIX
 #  define _BSD4_3
 #endif
-- 
2.25.1