From owner-svn-src-head@FreeBSD.ORG Thu Apr 11 08:24:59 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 89C32E78; Thu, 11 Apr 2013 08:24:59 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) by mx1.freebsd.org (Postfix) with ESMTP id 1727DA0B; Thu, 11 Apr 2013 08:24:58 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.6/8.14.6) with ESMTP id r3B8OwCF067953; Thu, 11 Apr 2013 12:24:58 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.6/8.14.6/Submit) id r3B8OwrF067952; Thu, 11 Apr 2013 12:24:58 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 11 Apr 2013 12:24:57 +0400 From: Gleb Smirnoff To: Bruce Evans Subject: Re: svn commit: r249355 - head/lib/libkvm Message-ID: <20130411082457.GS76816@FreeBSD.org> References: <201304110730.r3B7Uo6d067302@svn.freebsd.org> <20130411175308.Q1435@besplex.bde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20130411175308.Q1435@besplex.bde.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 08:24:59 -0000 Bruce, On Thu, Apr 11, 2013 at 05:59:24PM +1000, Bruce Evans wrote: B> > Modified: B> > head/lib/libkvm/kvm.h B> > B> > Modified: head/lib/libkvm/kvm.h B> > ============================================================================== B> > --- head/lib/libkvm/kvm.h Thu Apr 11 07:02:27 2013 (r249354) B> > +++ head/lib/libkvm/kvm.h Thu Apr 11 07:30:49 2013 (r249355) B> > @@ -34,7 +34,7 @@ B> > #define _KVM_H_ B> > B> > #include B> > -#include B> B> The __uintXX_t types are declared here, and should be used, like the B> __Xsize_t types already are. Why non-standard types should be used instead of standard ones? -- Totus tuus, Glebius.