From owner-cvs-all Tue Jul 9 22:21:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B99637B400; Tue, 9 Jul 2002 22:21:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D650F43E31; Tue, 9 Jul 2002 22:21:14 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6A5LEJU070128; Tue, 9 Jul 2002 22:21:14 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6A5LEkR070127; Tue, 9 Jul 2002 22:21:14 -0700 (PDT) Message-Id: <200207100521.g6A5LEkR070127@freefall.freebsd.org> From: Bruce Evans Date: Tue, 9 Jul 2002 22:21:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys stat.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/07/09 22:21:14 PDT Modified files: sys/sys stat.h Log: Fixed compiling with -D_POSIX_SOURCE. The previous commit was supposed to fix this, but actually broke it a little differently by adding 2 invalid references to struct timespec while fixing 1. Revision Changes Path 1.27 +10 -4 src/sys/sys/stat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message