From owner-freebsd-current Tue Jun 25 8:32:27 2002 Delivered-To: freebsd-current@freebsd.org Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by hub.freebsd.org (Postfix) with ESMTP id 0B4CA37B401 for ; Tue, 25 Jun 2002 08:32:24 -0700 (PDT) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.4/8.12.4) with ESMTP id g5PFWMbP089323; Tue, 25 Jun 2002 11:32:23 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.4/8.12.4/Submit) id g5PFWLwT089322; Tue, 25 Jun 2002 11:32:21 -0400 (EDT) Date: Tue, 25 Jun 2002 11:32:21 -0400 From: Alexander Kabaev To: freebsd-current@freebsd.org Cc: bde@zeta.org.au Subject: sys/stat.h and _POSIX_SOURCE Message-Id: <20020625113221.609f5b73.ak03@gte.com> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.7.8claws6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The last commit to sys/sys/stat.h made by Kirk broke compilation of _POSIX_SOURCE programs. It uses sizeof(struct timespec) to pad the st_createtimespec field to 16 bytes, but struct timespec is not visible when _POSIX_SOURCE is defined. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message