two fixes for /lib/c2

Chris Torek chris at mimsy.UUCP
Thu Apr 28 05:02:52 AEST 1988


>In article <11228 at mimsy.UUCP> chris at mimsy.UUCP (Chris Torek) writes:
[long fix, with missing `r' character]

In article <7121 at ubvax.UB.Com> vix at ubvax.UB.Com (Paul Vixie) writes:
>I installed this change, and sys/vm_mem.c now fails to compile.
>	/* if ((*pmemall)(&Usrptmap[a], npg, &proc[0], CSYS) == 0) { */
> 	pushal	_Usrptmap[9]

Ack!  Sorry about that.  I managed to delete the `r' somehow; it
should be

	pushal	_Usrptmap[r9]

and the diff should have said

! 				(void) sprintf(cp2, "r%d]", shfrom);

rather than

! 				(void) sprintf(cp2, "%d]", shfrom);

Wonder how I managed that one.  (Line noise!, yeah, 'at'sa ticket!
Musta been line noise! :-) )

Add the `r', and it should be OK.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at mimsy.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.bugs.4bsd.ucb-fixes mailing list