Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sdcrdcf.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!sdcrdcf!jonab From: jonab@sdcrdcf.UUCP (Jonathan Biggar) Newsgroups: net.sources.bugs Subject: Rn bug patch #3 (REPOSTED) Message-ID: <1467@sdcrdcf.UUCP> Date: Fri, 16-Nov-84 18:47:01 EST Article-I.D.: sdcrdcf.1467 Posted: Fri Nov 16 18:47:01 1984 Date-Received: Sun, 18-Nov-84 05:11:13 EST Reply-To: jonab@sdcrdcf.UUCP (Jonathan Biggar) Distribution: net Organization: System Development Corp. R+D, Santa Monica Lines: 21 System: rn version 4.1 Bug #: 3 Priority: LOW Subject: rn on System V--circular dependency Index: common.h Description: There is a minor problem with compiling rn on a stock System V system, in that: 1) fcntl.h isn't included unless PENDING is defined, and 2) PENDING isn't defined unless fcntl.h is included. Repeat-By: Compile the standard rn kit on a System V system. The problem will manifest itself with the message that TIOCSETP is not defined in term.c. Fix: The fix is trivial. If you have fcntl.h, include it near the beginning of common.h, before O_NDELAY is referenced.