Date: Thu, 14 Feb 2002 10:18:25 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys filedesc.h Message-ID: <200202141818.g1EIIPO69139@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/02/14 10:18:25 PST Modified files: sys/sys filedesc.h Log: Remove an unneeded include of sys/sx.h. An older pre-commit version of the filedesc locking used an sx lock for the filedesc lock rather than a mutex which is why the include was here. Revision Changes Path 1.36 +0 -1 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?200202141818.g1EIIPO69139>