Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.unix.questions Subject: Re: V.2 to V.3 migration guide Keywords: V.2, V.3, migration Message-ID: <9676@smoke.BRL.MIL> Date: 21 Feb 89 05:50:07 GMT References: <1399@altger.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 In article <1399@altger.UUCP> uli@analyt.chemie.uni-bochum.dbp.de writes: >I have a lot of sources written for V.2. Is there any kind of >migration guide, to let them compile-link-and-run on System V.3 ? You shouldn't have to change your sources, unless they were extremely system-dependent (such as, snooping around in /dev/kmem). You should at the earliest opportunity change any direct read()s of directories to use the new directory access routines. That will avoid problems when you start using remote file systems.