From owner-cvs-all@FreeBSD.ORG Wed Apr 11 18:36:40 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 5617516A400; Wed, 11 Apr 2007 18:36:40 +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 D2D5F13C43E; Wed, 11 Apr 2007 18:36:39 +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 l3BIacXn036607; Wed, 11 Apr 2007 22:36:38 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id l3BIacAY036606; Wed, 11 Apr 2007 22:36:38 +0400 (MSD) (envelope-from ache) Date: Wed, 11 Apr 2007 22:36:37 +0400 From: Andrey Chernov To: Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070411183637.GA36508@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> <20070411174528.GA35928@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070411174528.GA35928@nagual.pp.ru> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: 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 18:36:40 -0000 On Wed, Apr 11, 2007 at 09:45:28PM +0400, Andrey Chernov wrote: > > Better way is to keep rpc/types.h and include sys/rpc/types.h in it. Well I see it installed to /usr/include/rpc from /sys/rpc now. Still better way I mention above, to separate possible userland addition to /usr/include/rpc/types.h from kernel only /sys/rpc/types.h (which will be installed under /usr/include/sys/rpc in the case I describe). -- http://ache.pp.ru/