From c079398fbcd5045757e9ff91dea1ab9d1d8c9e97 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 15 Jan 2002 18:47:27 +0000 Subject: MNAMELEN is 90, not 32; peterw AT ifost.org.au --- lib/libc/sys/statfs.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/sys') diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2 index 9ac4c675eb3..74d079edc37 100644 --- a/lib/libc/sys/statfs.2 +++ b/lib/libc/sys/statfs.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: statfs.2,v 1.13 2000/03/24 19:07:49 millert Exp $ +.\" $OpenBSD: statfs.2,v 1.14 2002/01/15 18:47:26 millert Exp $ .\" $NetBSD: statfs.2,v 1.10 1995/06/29 11:40:48 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -60,7 +60,7 @@ structure 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 { u_int32_t f_flags; /* copy of mount flags */ -- cgit v1.2.3