MNAMELEN is 90.

This commit is contained in:
pk 1997-05-21 21:48:47 +00:00
parent 655f1af426
commit ddc2d9d857

View File

@ -1,4 +1,4 @@
.\" $NetBSD: getfsstat.2,v 1.7 1996/08/09 19:09:43 thorpej Exp $
.\" $NetBSD: getfsstat.2,v 1.8 1997/05/21 21:48:47 pk Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -56,7 +56,7 @@ structures defined as follows:
typedef struct { int32_t val[2]; } fsid_t;
#define MFSNAMELEN 16 /* length of fs type name, including nul */
#define MNAMELEN 32 /* length of buffer for returned name */
#define MNAMELEN 90 /* length of buffer for returned name */
struct statfs {
short f_type; /* type of file system (unused; zero) */