Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2002 11:32:21 -0400
From:      Alexander Kabaev <ak03@gte.com>
To:        freebsd-current@freebsd.org
Cc:        bde@zeta.org.au
Subject:   sys/stat.h and _POSIX_SOURCE
Message-ID:  <20020625113221.609f5b73.ak03@gte.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020625113221.609f5b73.ak03>