Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site pur-ee.UUCP Path: utzoo!linus!philabs!seismo!harpo!ihnp4!inuxc!pur-ee!ecn-ee!malcolm From: malcolm@ecn-ee.UUCP Newsgroups: net.notes Subject: Notes on 4.2 Machines (Summary) - (nf) Message-ID: <1286@pur-ee.UUCP> Date: Sat, 31-Dec-83 16:47:13 EST Article-I.D.: pur-ee.1286 Posted: Sat Dec 31 16:47:13 1983 Date-Received: Fri, 6-Jan-84 01:47:30 EST Sender: notes@pur-ee.UUCP Organization: Electrical Engineering Department , Purdue University Lines: 18 #N:ecn-ee:12900001:000:554 ecn-ee!malcolm Dec 26 18:36:00 1983 I just finished installing notes on a 4.2 BSD machine and thought I would let everybody know how much work is involved.....in short, not much. In parms.h you can either define BSD41a or to do it more correctly you can define BSD42 and then wherever there is an ifdef BSD41a just add in an "|| BSD42." There are only about a half dozen files that have an ifdef BSD41a. Also, in mknf.c there is an endif missing. Just put an endif one line after the "ifdef RCSIDENT". For some reason the 4.2 cpp is more strict about missing endif's. malcolm