From owner-cvs-all Thu Feb 14 10:18:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B150B37B42F; Thu, 14 Feb 2002 10:18:26 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1EIIPO69139; Thu, 14 Feb 2002 10:18:25 -0800 (PST) (envelope-from jhb) Message-Id: <200202141818.g1EIIPO69139@freefall.freebsd.org> From: John Baldwin Date: Thu, 14 Feb 2002 10:18:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys filedesc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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