From 724b89cfd3fcf9531a8abee51d88f8722ab252a9 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 11 Mar 1997 11:35:56 +0000 Subject: Merge from Lite2 onto mainline - - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates --- lib/libc/sys/stat.2 | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'lib/libc/sys/stat.2') diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index 24fc4e4..7b92113 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -29,10 +29,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)stat.2 8.3 (Berkeley) 4/19/94 -.\" $Id$ +.\" @(#)stat.2 8.4 (Berkeley) 5/1/95 +.\" $Id: stat.2,v 1.11 1997/02/22 15:04:29 peter Exp $ .\" -.Dd April 19, 1994 +.Dd May 1, 1995 .Dt STAT 2 .Os BSD 4 .Sh NAME @@ -259,16 +259,6 @@ points to an invalid address. .It Bq Er EIO An I/O error occurred while reading from or writing to the file system. .El -.Sh CAVEAT -The fields in the stat structure currently marked -.Fa st_spare1 , -.Fa st_spare2 , -and -.Fa st_spare3 -are present in preparation for inode time stamps expanding -to 64 bits. This, however, can break certain programs that -depend on the time stamps being contiguous (in calls to -.Xr utimes 2 ) . .Sh SEE ALSO .Xr chmod 2 , .Xr chown 2 , -- cgit v1.1