From owner-cvs-src@FreeBSD.ORG Wed Apr 30 18:04:37 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDA2F106566B; Wed, 30 Apr 2008 18:04:37 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id B5D148FC1A; Wed, 30 Apr 2008 18:04:37 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m3UI2uiX026573; Wed, 30 Apr 2008 11:02:56 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m3UI2t7H026572; Wed, 30 Apr 2008 11:02:55 -0700 (PDT) (envelope-from obrien) Date: Wed, 30 Apr 2008 11:02:55 -0700 From: "David O'Brien" To: Yar Tikhiy Message-ID: <20080430180255.GB89079@dragon.NUXI.org> References: <200804291117.m3TBHjw3050979@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Oleksandr Tymoshenko , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/sys user.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 18:04:38 -0000 On Tue, Apr 29, 2008 at 05:41:18PM +0400, Yar Tikhiy wrote: > On Tue, Apr 29, 2008 at 3:17 PM, Oleksandr Tymoshenko wrote: > > gonzo 2008-04-29 11:17:45 UTC > > Modified files: > > sys/sys user.h > > Log: > > Define KINFO_PROC_SIZE for mips. .. > Perhaps it's time to introduce MD .h files for that instead of adding > MD #ifdefs to the MI .h file, isn't it? I.e., can include > , which can define KINFO_PROC_SIZE and its possible > friends. I would like to see us go in that direction also. -- -- David (obrien@FreeBSD.org)