From owner-cvs-sys Tue May 13 04:02:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA14683 for cvs-sys-outgoing; Tue, 13 May 1997 04:02:38 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.dialix.com [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA14669; Tue, 13 May 1997 04:02:06 -0700 (PDT) Received: from spinner.DIALix.COM (localhost.dialix.com.au [127.0.0.1]) by spinner.DIALix.COM with ESMTP id TAA01788; Tue, 13 May 1997 19:01:56 +0800 (WST) Message-Id: <199705131101.TAA01788@spinner.DIALix.COM> X-Mailer: exmh version 2.0gamma 1/27/96 To: Peter Wemm cc: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys time.h In-reply-to: Your message of "Tue, 13 May 1997 03:58:14 MST." <199705131058.DAA17641@freefall.freebsd.org> Date: Tue, 13 May 1997 19:01:55 +0800 From: Peter Wemm Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > peter 97/05/13 03:58:14 > > Modified: sys/sys time.h > Log: > struct timespec needs to be useable with just , but needs to not > conflict with the kernel visible one. Make the new stuff not visible if > _ANSI_SOURCE or _POSIX_SOURCE is defined (!) because the new things are > not part of the base 1003.1-1990 standard or ansi (says Bruce). > > Reviewed by: bde This is getting more and more confusing.. This was actually a single commit to two files, and , but cvs aborted during the commit and only half of it got done... Cheers, -Peter