From owner-cvs-all@FreeBSD.ORG Wed Apr 11 17:45:30 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E077F16A404; Wed, 11 Apr 2007 17:45:30 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 698CA13C45B; Wed, 11 Apr 2007 17:45:30 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id l3BHjSYo035977; Wed, 11 Apr 2007 21:45:28 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l3BHjS88035976; Wed, 11 Apr 2007 21:45:28 +0400 (MSD) (envelope-from ache) Date: Wed, 11 Apr 2007 21:45:28 +0400 From: Andrey Chernov To: Pawel Jakub Dawidek Message-ID: <20070411174528.GA35928@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200704102210.l3AMAH9W058770@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704102210.l3AMAH9W058770@repoman.freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2007 17:45:31 -0000 On Tue, Apr 10, 2007 at 10:10:17PM +0000, Pawel Jakub Dawidek wrote: > pjd 2007-04-10 22:10:16 UTC > > FreeBSD src repository > > Modified files: > include Makefile > include/rpc Makefile > sys/rpc types.h > Removed files: > include/rpc types.h > Log: > Move rpc/types.h under sys/, as this is used by ZFS kernel module. Some applications can use rpc/types.h. Moreover, even rpc files use it rpc.h:#include /* some typedefs */ rpcb_clnt.h:#include Better way is to keep rpc/types.h and include sys/rpc/types.h in it. -- http://ache.pp.ru/