From 33f6928a9405c67f94c95b9b76cfe3fe4c82d95c Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 27 Oct 1994 01:11:32 +0000
Subject: [PATCH] tcsetattr is SVR4

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

diff --git a/lisp/undefineds.h b/lisp/undefineds.h
index e180900a8..544f34126 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.5 1994/10/25 00:26:53 ram Exp $ */
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/undefineds.h,v 1.6 1994/10/27 01:11:32 ram Exp $ */
 
 /* Pick up all the syscalls. */
 accept,
@@ -144,8 +144,6 @@ syscall,
 closedir,
 opendir,
 readdir,
-#endif
-#if defined(hpux) || defined(irix)
 tcgetattr,
 tcsetattr,
 #endif
-- 
GitLab