From 0eb6bd4b1fc8eb53b08bf09298efeb4e8b2b1185 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sat, 29 Oct 1994 06:26:14 +0000
Subject: [PATCH] add svr4 to features.

---
 code/irix-os.lisp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/code/irix-os.lisp b/code/irix-os.lisp
index eddaee3d1..8ed14f03d 100644
--- a/code/irix-os.lisp
+++ b/code/irix-os.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irix-os.lisp,v 1.1 1994/06/29 21:41:11 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irix-os.lisp,v 1.2 1994/10/29 06:26:14 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -19,6 +19,8 @@
 (export '(get-system-info get-page-size os-init))
 
 (pushnew :irix *features*)
+(pushnew :svr4 *features*)
+
 (setq *software-type* "IRIX")
 
 (defvar *software-version* nil "Version string for supporting software")
-- 
GitLab