/*
 * Failure return values from lock function.
 * Must not conflict with valid file descriptors.
 */
#define LOCK_LOCKED	-1
#define LOCK_ERROR	-2
