From f5098db92ada459a058613a3f236830dcf2d14a6 Mon Sep 17 00:00:00 2001 From: mikel Date: Thu, 18 Dec 1997 07:22:58 +0000 Subject: [PATCH] sync struct statfs with --- lib/libc/sys/getfsstat.2 | 4 ++-- lib/libc/sys/statfs.2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/sys/getfsstat.2 b/lib/libc/sys/getfsstat.2 index 60528817a0f5..d923e69e44fc 100644 --- a/lib/libc/sys/getfsstat.2 +++ b/lib/libc/sys/getfsstat.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: getfsstat.2,v 1.8 1997/05/21 21:48:47 pk Exp $ +.\" $NetBSD: getfsstat.2,v 1.9 1997/12/18 07:22:58 mikel Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -60,7 +60,7 @@ typedef struct { int32_t val[2]; } fsid_t; struct statfs { short f_type; /* type of file system (unused; zero) */ - short f_flags; /* copy of mount flags */ + u_short f_flags; /* copy of mount flags */ long f_bsize; /* fundamental file system block size */ long f_iosize; /* optimal transfer block size */ long f_blocks; /* total data blocks in file system */ diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2 index ed9a04a7fabb..7639043b8a4f 100644 --- a/lib/libc/sys/statfs.2 +++ b/lib/libc/sys/statfs.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: statfs.2,v 1.12 1997/11/12 00:47:51 mrg Exp $ +.\" $NetBSD: statfs.2,v 1.13 1997/12/18 07:24:23 mikel Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -64,7 +64,7 @@ typedef struct { int32_t val[2]; } fsid_t; struct statfs { short f_type; /* type of file system (unused; zero) */ - short f_flags; /* copy of mount flags */ + u_short f_flags; /* copy of mount flags */ long f_bsize; /* fundamental file system block size */ long f_iosize; /* optimal transfer block size */ long f_blocks; /* total data blocks in file system */