Date: Fri, 23 Jul 2004 04:26:49 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c Message-ID: <200407230426.i6N4QnnI027941@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-07-23 04:26:49 UTC FreeBSD src repository Modified files: sys/kern kern_prot.c Log: In setpgid(), since td is passed in as a system call argument, use it in preference to curthread, which costs slightly more. Revision Changes Path 1.186 +1 -1 src/sys/kern/kern_prot.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407230426.i6N4QnnI027941>