minor Makefile and C fixes

This commit is contained in:
Matthew Flatt 2013-07-06 21:41:02 -06:00
parent 9a3f423c51
commit 22ab892143
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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);