summaryrefslogtreecommitdiff
path: root/lib/libc/sys/statfs.2
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>1999-09-10 09:12:24 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>1999-09-10 09:12:24 +0000
commit6430719389bb1014596b1a5c893dd11210c9b60d (patch)
treec2602afaec16714a6665e5c0f67defef528ddfc4 /lib/libc/sys/statfs.2
parentc3c011f9336cda879b51718c6ad33b48acf4ff01 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/statfs.2')
-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 1990797a88de..e1ccb696df06 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 */