rjk (12/29/82)
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