Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!umd5!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.bugs.4bsd Subject: Re: two fixes for /lib/c2 Message-ID: <11246@mimsy.UUCP> Date: 27 Apr 88 19:02:52 GMT References: <11228@mimsy.UUCP> <7121@ubvax.UB.Com> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 27 >In article <11228@mimsy.UUCP> chris@mimsy.UUCP (Chris Torek) writes: [long fix, with missing `r' character] In article <7121@ubvax.UB.Com> vix@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@mimsy.umd.edu Path: uunet!mimsy!chris