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 #11 (REPOSTED) Message-ID: <1475@sdcrdcf.UUCP> Date: Fri, 16-Nov-84 19:00:52 EST Article-I.D.: sdcrdcf.1475 Posted: Fri Nov 16 19:00:52 1984 Date-Received: Sun, 18-Nov-84 05:14:11 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 #: 11 Priority: MEDIUM Subject: R and F may not include article. Index: respond.c Prereq: 4.1 From: scw@cepu.UUCP (Stephen C. Woods) Description: On machines where sizeof(int) != sizeof(long), rn won't include the old article with the R or F commands. The problem is that [fl]seek requires that it's second argument (offset) be a long, but htype[PAST_HEADER].ht_mispos is defined as a short (for pdp-11s). Repeat-By: Use the R or F command, and see if the old article is included into the header file generated by rn. Fix: From rn, say "| patch -d DIR", where DIR is your rn source directory. Outside of rn, say "cd DIR; patch