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:
3b66572
)
Use `OS_file_access', not `access', in `FILE_READABLE' macro.
author
Taylor R. Campbell
<net/mumble/campbell>
Mon, 22 Jan 2007 18:30:16 +0000
(18:30 +0000)
committer
Taylor R. Campbell
<net/mumble/campbell>
Mon, 22 Jan 2007 18:30:16 +0000
(18:30 +0000)
v7/src/microcode/boot.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/boot.c
b/v7/src/microcode/boot.c
index 2d8ea3a8399fd440a4fd214af476a7a22f73b973..67366b8b8a4fcf69548c81728159a4196410c0b6 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
3 2007/01/22 08:43:09
riastradh Exp $
+$Id: boot.c,v 9.12
4 2007/01/22 18:30:16
riastradh Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-94,7
+94,7
@@
DECLARE_CRITICAL_SECTION ();
#define main_name main
#endif
-#define FILE_READABLE(filename) (
(access ((filename), 4)) >= 0
)
+#define FILE_READABLE(filename) (
OS_file_access ((filename), 4)
)
int
DEFUN (main_name, (argc, argv),