On Nov 4, 2012, at 10:35 AM, Jon Kleiser wrote: > > Yes, this is from my Mac's ...Headers/sys/fcntl.h: > > #define F_SETLKW 9 /* F_SETLK; wait if blocked */ > > Does this "9" explain our fcntl() problem?
FWIW, that value seems valid for NetBSD and OpenBSD: http://fxr.watson.org/fxr/source/sys/fcntl.h?v=NETBSD#L179 http://fxr.watson.org/fxr/source/sys/fcntl.h?v=OPENBSD#L155 Not so for FreeBSD: http://fxr.watson.org/fxr/source/sys/fcntl.h#L226 -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe