Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys There's no st_block field; it's st_blocks.
details: https://anonhg.NetBSD.org/src/rev/3bb447bc4e0f
branches: trunk
changeset: 769553:3bb447bc4e0f
user: apb <apb%NetBSD.org@localhost>
date: Wed Sep 14 11:49:21 2011 +0000
description:
There's no st_block field; it's st_blocks.
diffstat:
lib/libc/sys/stat.2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4d1880e6c3c4 -r 3bb447bc4e0f lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2 Wed Sep 14 11:43:29 2011 +0000
+++ b/lib/libc/sys/stat.2 Wed Sep 14 11:49:21 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stat.2,v 1.48 2011/02/21 07:11:11 pooka Exp $
+.\" $NetBSD: stat.2,v 1.49 2011/09/14 11:49:21 apb Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)stat.2 8.4 (Berkeley) 5/1/95
.\"
-.Dd November 25, 2010
+.Dd September 14, 2011
.Dt STAT 2
.Os
.Sh NAME
@@ -98,7 +98,7 @@
.It Vt time_t Ta st_mtime Ta time of last data modification
.It Vt time_t Ta st_ctime Ta time of last file status change
.It Vt blksize_t Ta st_blksize Ta preferred I/O block size (fs-specific)
-.It Vt blkcnt_t Ta st_block Ta blocks allocated for the file
+.It Vt blkcnt_t Ta st_blocks Ta blocks allocated for the file
.El
.Pp
These are specified in the
Home |
Main Index |
Thread Index |
Old Index