]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This patch fixes a size problem with the stat structure for
authormckusick <mckusick@FreeBSD.org>
Sat, 22 Jun 2002 22:01:13 +0000 (22:01 +0000)
committermckusick <mckusick@FreeBSD.org>
Sat, 22 Jun 2002 22:01:13 +0000 (22:01 +0000)
commitf09d0a42d99d4e0dba5962289c4fdcb4cdb85975
tree8cb225afbd1eba02f5fda95d839c0659da36165c
parentf7dadfce1b27c3260abfeeae1055fb47e2c02a3e
This patch fixes a size problem with the stat structure for
64-bit architectures that was introduced in the UFS2 code
merge two days ago. The stat structure change that caused
the problem was the addition of the file create time.

Submitted by: Bruce Evans <bde@zeta.org.au>
Sponsored by: DARPA & NAI Labs.
sys/kern/vfs_extattr.c
sys/kern/vfs_syscalls.c
sys/kern/vfs_vnops.c
sys/sys/stat.h