From owner-svn-src-head@FreeBSD.ORG  Thu Apr 11 08:24:59 2013
Return-Path: <owner-svn-src-head@FreeBSD.ORG>
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 <glebius@FreeBSD.org>
To: Bruce Evans <brde@optusnet.com.au>
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
 <svn-src-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-head>,
 <mailto:svn-src-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head>
List-Post: <mailto:svn-src-head@freebsd.org>
List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>,
 <mailto:svn-src-head-request@freebsd.org?subject=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 <sys/cdefs.h>
B> > -#include <sys/_types.h>
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.