Date: Tue, 31 Dec 2002 17:01:15 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys filedesc.h src/sys/kern kern_descrip.c kern_fork.c Message-ID: <200301010101.h0111Fmo055583@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2002/12/31 17:01:15 PST Modified files: sys/sys filedesc.h sys/kern kern_descrip.c kern_fork.c Log: Since fdshare() and fdinit() only operate on filedescs, make them take pointers to filedesc structures instead of threads. This makes it more clear that they do not do any voodoo with the thread/proc or anything other than the filedesc passed in or returned. Remove some XXX KSE's as this resolves the issue. Revision Changes Path 1.175 +10 -10 src/sys/kern/kern_descrip.c 1.177 +4 -4 src/sys/kern/kern_fork.c 1.47 +2 -2 src/sys/sys/filedesc.h 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?200301010101.h0111Fmo055583>