Date: Sun, 31 Oct 1999 11:39:52 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/pc98/i386 machdep.c Message-ID: <199910311939.LAA77496@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 1999/10/31 11:39:51 PST Modified files: sys/alpha/alpha machdep.c sys/i386/i386 machdep.c sys/pc98/i386 machdep.c Log: The useracc() calls in osigreturn() and sigreturn() should specify VM_PROT_READ rather than VM_PROT_WRITE. (This mistake predates the B_READ/B_WRITE -> VM_PROT_READ/VM_PROT_WRITE change.) Submitted by: bde Revision Changes Path 1.61 +3 -3 src/sys/alpha/alpha/machdep.c 1.374 +3 -3 src/sys/i386/i386/machdep.c 1.141 +3 -3 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910311939.LAA77496>