From 8e176d5817f82cb4fdf42ff1571f7ba7e6fd51e9 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Sun, 4 Oct 1998 07:37:24 +0000
Subject: [PATCH] Export C-ISPEED and C-OSPEED from the UNIX package.

---
 code/exports.lisp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/code/exports.lisp b/code/exports.lisp
index 6d33375b2..5d8318513 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.157 1998/08/14 07:16:57 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.158 1998/10/04 07:37:24 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -254,8 +254,8 @@
              "ENOBUFS" "EPROCLIM" "EROFS" "ETOOMANYREFS" "UNIX-FILE-KIND"
              "ELOCAL" "UNIX-SIGSETMASK" "EREMOTE" "ESOCKTNOSUPPORT"
 	     "TIOCSIGSEND" "SIGWAITING"
-	     "C-IFLAG" "UNIX-TCGETATTR" "C-LFLAG" "C-OFLAG"
-	     "C-CFLAG" "TCSAFLUSH" "C-CC" "SIOCSPGRP" "TERMIOS"
+	     "C-IFLAG" "UNIX-TCGETATTR" "C-LFLAG" "C-OFLAG" "C-CFLAG"
+	     "TCSAFLUSH" "C-CC" "C-ISPEED" "C-OSPEED" "SIOCSPGRP" "TERMIOS"
 	     "UNIX-TCSETATTR" "O_NDELAY" "O_NOCTTY"
              "O_NONBLOCK" "TCSANOW" "TCSADRAIN" "TCIFLUSH" "TCOFLUSH"
              "TCIOFLUSH" "UNIX-CFGETOSPEED" "UNIX-CFSETOSPEED"
-- 
GitLab