From owner-cvs-all Sat Jun 22 15: 1:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3808637B400; Sat, 22 Jun 2002 15:01:14 -0700 (PDT) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5MM1Eb49113; Sat, 22 Jun 2002 15:01:14 -0700 (PDT) (envelope-from mckusick) Message-Id: <200206222201.g5MM1Eb49113@freefall.freebsd.org> From: Kirk McKusick Date: Sat, 22 Jun 2002 15:01:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys stat.h src/sys/kern vfs_syscalls.c vfs_vnops.c 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 mckusick 2002/06/22 15:01:14 PDT Modified files: sys/sys stat.h sys/kern vfs_syscalls.c vfs_vnops.c Log: 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 Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.262 +1 -1 src/sys/kern/vfs_syscalls.c 1.148 +1 -2 src/sys/kern/vfs_vnops.c 1.26 +22 -12 src/sys/sys/stat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message