minor Makefile and C fixes
This commit is contained in:
parent
9a3f423c51
commit
22ab892143
|
@ -231,5 +231,5 @@ SRC_MAKEFILES = $(srcdir)/Makefile.in $(srcdir)/racket/Makefile.in \
|
|||
reconfigure:
|
||||
$(MAKE) Makefile
|
||||
|
||||
Makefile: ../configure $(SRC_MAKEFILES)
|
||||
../configure
|
||||
Makefile: $(srcdir)/configure $(SRC_MAKEFILES)
|
||||
$(srcdir)/configure
|
||||
|
|
|
@ -5986,6 +5986,8 @@ Scheme_Object *scheme_filesystem_change_evt(Scheme_Object *path, int flags, int
|
|||
"filesystem-change-evt",
|
||||
NULL,
|
||||
SCHEME_GUARD_FILE_EXISTS);
|
||||
fd = 0;
|
||||
|
||||
#if defined(HAVE_KQUEUE_SYSCALL)
|
||||
do {
|
||||
fd = open(filename, flags | MZ_BINARY, 0666);
|
||||
|
|
Loading…
Reference in New Issue
Block a user