Path: utzoo!mnetor!uunet!ccicpg!felix!zemon From: alan@cunixc.columbia.edu (Alan Crosswell) Newsgroups: comp.unix.ultrix Subject: Re: Urep under Ultrix 2.? Message-ID: <27827@felix.UUCP> Date: 5 Apr 88 22:30:41 GMT References: <24993@felix.UUCP> Sender: zemon@felix.UUCP Reply-To: alan@cunixc.columbia.edu (Alan Crosswell) Organization: Columbia University Lines: 10 Approved: zemon@felix.UUCP Reply-Path: I sent this info to Dave so it may already be somewhere with the 3.2 distribution.... You simply remove the local declaration of "register int br,cvec" in the dupprobe() routine. Br and cvec are now global variables rather than a magic trick as in 4BSD (assembler code that "knows" that the C compiler allocates particular registers in a particular order for register ints). Alan Crosswell Columbia University