summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-02-27 10:43:23 +0000
committercgd <cgd@NetBSD.org>1995-02-27 10:43:23 +0000
commit5b9633ddd76b0bcbe1571d7a5542bc89c2b60cc8 (patch)
tree99e919cde9123110a1d2e1e126eb9725aede2927 /lib/libc/sys
parentbe21d1de725d98ff2ca136880cfaf86ca6900989 (diff)
fix RCS Id. fix definition of fsid_t.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/statfs.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2
index a18707b168f..0b36b849e6b 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -1,3 +1,5 @@
+.\" $NetBSD: statfs.2,v 1.9 1995/02/27 10:43:23 cgd Exp $
+.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -29,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)statfs.2 8.3 (Berkeley) 2/11/94
-.\" $Id: statfs.2,v 1.8 1994/08/26 12:55:25 mycroft Exp $
+.\" @(#)statfs.2 8.3 (Berkeley) 2/11/94
.\"
.Dd February 11, 1994
.Dt STATFS 2
@@ -55,7 +56,7 @@ is a pointer to a
.Fn statfs
structure defined as follows:
.Bd -literal
-typedef struct { long val[2]; } fsid_t;
+typedef struct { int32_t val[2]; } fsid_t;
#define MFSNAMELEN 15 /* length of fs type name, not inc. null */
#define MNAMELEN 90 /* length of buffer for returned name */