summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>1999-09-10 09:12:24 +0000
committeralfred <alfred@FreeBSD.org>1999-09-10 09:12:24 +0000
commit3e3c6eb3dd5192959befc6e77ba46cdcae3d7bc1 (patch)
treec169c9635132d562603de557fdeed2942af28320 /lib
parent3217529057259453fe06ed6481b41ea7226eca91 (diff)
downloadFreeBSD-src-3e3c6eb3dd5192959befc6e77ba46cdcae3d7bc1.zip
FreeBSD-src-3e3c6eb3dd5192959befc6e77ba46cdcae3d7bc1.tar.gz
sync with src/sys/sys/mount.h
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/statfs.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2
index 1990797..e1ccb69 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -77,7 +77,8 @@ fsid_t f_fsid; /* file system id */
uid_t f_owner; /* user that mounted the filesystem */
int f_type; /* type of filesystem (see below) */
int f_flags; /* copy of mount flags */
-long f_spare[2]; /* spare for later */
+long f_syncwrites; /* count of sync writes since mount */
+long f_asyncwrites; /* count of async writes since mount */
char f_fstypename[MFSNAMELEN];/* fs type name */
char f_mntonname[MNAMELEN]; /* mount point */
char f_mntfromname[MNAMELEN]; /* mounted filesystem */
OpenPOWER on IntegriCloud