Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 15:01:14 -0700 (PDT)
From:      Kirk McKusick <mckusick@FreeBSD.org>
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
Message-ID:  <200206222201.g5MM1Eb49113@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bde@zeta.org.au>
  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




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