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 #18 (REPOSTED) Message-ID: <1482@sdcrdcf.UUCP> Date: Fri, 16-Nov-84 19:04:28 EST Article-I.D.: sdcrdcf.1482 Posted: Fri Nov 16 19:04:28 1984 Date-Received: Sun, 18-Nov-84 05:17:20 EST Reply-To: jonab@sdcrdcf.UUCP (Jonathan Biggar) Distribution: net Organization: System Development Corp. R+D, Santa Monica Lines: 113 System: rn version 4.1 Bug #: 18 Priority: MEDIUM Subject: rn does switches before looking up baud rate Index: init.c Prereq: 4.1 From: pur-ee!Physics:crl (Charles LaBrec) Description: In init.c, initialize() calls sw_init() before term_init(). The problem is that the baud rate is picked up in term_init(), so that if you try to use the baud rate-dependent form of a switch, 9600 baud is always assumed (ospeed is 0). Fix: Move the call to term_init() to a place before sw_init(). From rn, say "| patch -d DIR", where DIR is your rn source directory. Outside of rn, say "cd DIR; patch