From owner-svn-src-head@FreeBSD.ORG Sun Dec 13 16:04:47 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9F781065672; Sun, 13 Dec 2009 16:04:47 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by mx1.freebsd.org (Postfix) with ESMTP id 5285E8FC0C; Sun, 13 Dec 2009 16:04:47 +0000 (UTC) Received: from c220-239-235-116.carlnfd3.nsw.optusnet.com.au (c220-239-235-116.carlnfd3.nsw.optusnet.com.au [220.239.235.116]) by mail02.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id nBDG4hI4004213 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Dec 2009 03:04:45 +1100 Date: Mon, 14 Dec 2009 03:04:43 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Xin LI In-Reply-To: <200912130314.nBD3E6pO071938@svn.freebsd.org> Message-ID: <20091214025232.H33073@delplex.bde.org> References: <200912130314.nBD3E6pO071938@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r200462 - in head/usr.bin: ar c89 calendar cksum cmp colcrt colrm compress cpuset expand fetch file2c find finger fmt fold gcore getopt hexdump jot killall ktrace lastcomm limits lock l... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 13 Dec 2009 16:04:47 -0000 On Sun, 13 Dec 2009, Xin LI wrote: > Log: > Revert most part of 200420 as requested, as more review and polish is > needed. Thanks. Look at removing includes of time.h last -- the nesting and pollution of time.h, sys/time.h, sys/[_]timespec.h, sys/[_]timeval.h, and headers for other APIs using timevals and/or timespecs is most convoluted, starting with sys/time.h vs time.h being mostly backwards (sys/time.h includes time.h if !_KERNEL...). Bruce