From: utzoo!decvax!duke!harpo!floyd!vax135!ariel!orion!lime!we13!rjk Newsgroups: net.bugs.uucp,net.unix-wizards,net.sources Title: Fcntl.h Replacement for UUSQUISH 1.2 Article-I.D.: we13.351 Posted: Wed Dec 29 00:43:23 1982 Received: Wed Dec 29 06:25:23 1982 Well, it seems that some folks don't have /usr/include/fcntl.h which uusquish.c 1.2 calls for. To get around the problem, just replace that include line with: #define O_RDONLY 0 - it's the only item required from fcntl.h. FYI: fcntl.h simply defines some mnemonics and other goodies for open(2) and fcntl(2) on USG UNIX and SYSTEM III & V. Randy King ...we13!rjk