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 #8 (REPOSTED) Message-ID: <1472@sdcrdcf.UUCP> Date: Fri, 16-Nov-84 18:58:38 EST Article-I.D.: sdcrdcf.1472 Posted: Fri Nov 16 18:58:38 1984 Date-Received: Sun, 18-Nov-84 05:13:03 EST Reply-To: jonab@sdcrdcf.UUCP (Jonathan Biggar) Distribution: net Organization: System Development Corp. R+D, Santa Monica Lines: 94 System: rn version 4.1 Bug #: 8 Priority: LOW Subject: not found on V7 Index: common.h From: scw@cepu.UUCP (Stephen C. Woods) Description: I [scw] have discovered a minor installation problem with V7 systems. Seems that there is no on v7. Repeat-By: Compile rn on a V7 system and see if it complains. Cheap fix: Delete the include of . Complete fix: Making the following assumptions: (1) is the set of collected arg2's for all the drivers. (2) systems without have them in the correct places (like sgtty.h> I hacked common.h to conditionally include if IOCTL was defined (which it is not). Worked like a charm. So appended to the message are the diffs from Configure and common.h to avoid the problem. Fix: From rn, say "| patch -d DIR", where DIR is your rn source directory. Outside of rn, say "cd DIR; patch #include --- 45,49 ----- #include + #ifdef IOCTL #include + #endif IOCTL