Date: Thu, 20 Mar 2003 13:12:31 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_sem.c Message-ID: <200303202112.h2KLCVud060401@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/03/20 13:12:31 PST FreeBSD src repository Modified files: sys/kern uipc_sem.c Log: Use td_ucred of curthread instead of p_ucred of curproc. This required changing sem_perm() and sem_hasopen() to take a thread instead of a proc for the first argument. Revision Changes Path 1.7 +17 -17 src/sys/kern/uipc_sem.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?200303202112.h2KLCVud060401>