From b5ca08a8b02ce941330d70a4fff499e01ddc5832 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 29 Jan 1994 21:25:33 +0000 Subject: [PATCH] Replace UXIO with DOSIO. --- v7/src/microcode/dosio.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/v7/src/microcode/dosio.h b/v7/src/microcode/dosio.h index bc489b234..30b80828b 100644 --- a/v7/src/microcode/dosio.h +++ b/v7/src/microcode/dosio.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: dosio.h,v 1.2 1993/06/24 07:08:06 gjr Exp $ +$Id: dosio.h,v 1.3 1994/01/29 21:25:33 gjr Exp $ -Copyright (c) 1992 Massachusetts Institute of Technology +Copyright (c) 1992-1994 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -32,8 +32,8 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -#ifndef SCM_UXIO_H -#define SCM_UXIO_H +#ifndef SCM_DOSIO_H +#define SCM_DOSIO_H #include "osio.h" @@ -85,4 +85,4 @@ extern Tchannel EXFUN (channel_allocate, (void)); #define CNTRL_Z '\032' #define DELETE '\177' -#endif /* SCM_UXIO_H */ +#endif /* SCM_DOSIO_H */ -- 2.25.1