From 1a0afca6296812990d81e8d72df83277c06083d5 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 30 Oct 1994 21:43:03 +0000
Subject: [PATCH] Nother SVR4 bits the dust.

---
 lisp/undefineds.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/undefineds.h b/lisp/undefineds.h
index 41508bf07..9c5ec9acb 100644
--- a/lisp/undefineds.h
+++ b/lisp/undefineds.h
@@ -1,5 +1,5 @@
 /* Routines that must be linked into the core for lisp to work. */
-/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.7 1994/10/30 21:36:58 ram Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.8 1994/10/30 21:43:03 ram Exp $ */
 
 /* Pick up all the syscalls. */
 accept,
@@ -163,7 +163,7 @@ vfork,
 vhangup,
 #endif
 wait,
-#ifndef SVR4
+#ifndef SOLARIS
 wait3,
 #endif
 write,
-- 
GitLab