projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9d8d92
)
Fix typo in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 7 Apr 2007 19:53:49 +0000
(19:53 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 7 Apr 2007 19:53:49 +0000
(19:53 +0000)
v7/src/microcode/boot.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/boot.c
b/v7/src/microcode/boot.c
index f9c4af328dd65f8014f04421c326702b742389c4..0b723101182059636c3bb8b6281cc5151a63b5fe 100644
(file)
--- a/
v7/src/microcode/boot.c
+++ b/
v7/src/microcode/boot.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: boot.c,v 9.12
5 2007/04/07 12:43:2
9 cph Exp $
+$Id: boot.c,v 9.12
6 2007/04/07 19:53:4
9 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-37,7
+37,7
@@
USA.
#include "ostty.h"
#ifdef NATIVE_CODE_IS_C
-# include "os
tty
.h"
+# include "os
fs
.h"
# define FILE_READABLE(filename) (OS_file_access ((filename), 4))
#endif