From owner-cvs-src@FreeBSD.ORG Wed Aug 2 07:50:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7766116A4DD; Wed, 2 Aug 2006 07:50:36 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from viefep11-int.chello.at (viefep13-int.chello.at [213.46.255.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C3A343D7B; Wed, 2 Aug 2006 07:50:28 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep33-int.chello.at ([213.47.85.26]) by viefep11-int.chello.at (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060802075027.INBA4985.viefep11-int.chello.at@viefep33-int.chello.at>; Wed, 2 Aug 2006 09:50:27 +0200 Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep33-int.chello.at (InterMail vG.2.02.00.00 201-2161-120-101-20051020) with ESMTP id <20060802075026.SGLE10014.viefep33-int.chello.at@wombat.fafoe.narf.at>; Wed, 2 Aug 2006 09:50:26 +0200 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 9BA53BC75; Wed, 2 Aug 2006 09:50:25 +0200 (CEST) Date: Wed, 2 Aug 2006 09:50:25 +0200 From: Stefan Farfeleder To: David Xu Message-ID: <20060802075024.GA14099@wombat.fafoe.narf.at> References: <200608020738.k727cxVb014410@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608020738.k727cxVb014410@repoman.freebsd.org> User-Agent: Mutt/1.5.12-2006-07-14 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys sysproto.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 07:50:36 -0000 On Wed, Aug 02, 2006 at 07:38:59AM +0000, David Xu wrote: > davidxu 2006-08-02 07:38:59 UTC > > FreeBSD src repository > > Modified files: > sys/sys sysproto.h > Log: > don't include sys/thr.h and sys/umtx.h, it is unnecessary. This file is generated by makesyscalls.sh. You should rather modify the script.