From 27db690df3f232acf865914ae61327a8268f2890 Mon Sep 17 00:00:00 2001 From: pooka Date: Wed, 5 Aug 2009 23:03:08 +0000 Subject: [PATCH] fhopen() needs sys/mount.h (if someone disagrees, feel free to fix as much as your heart desires) --- lib/libc/sys/fhopen.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2 index e9cf874dafa6..cda3077d4e74 100644 --- a/lib/libc/sys/fhopen.2 +++ b/lib/libc/sys/fhopen.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: fhopen.2,v 1.15 2006/08/03 19:17:49 wiz Exp $ +.\" $NetBSD: fhopen.2,v 1.16 2009/08/05 23:03:08 pooka Exp $ .\" .\" Copyright (c) 1999 National Aeronautics & Space Administration .\" All rights reserved. @@ -43,6 +43,7 @@ .Lb libc .Sh SYNOPSIS .In sys/types.h +.In sys/mount.h .Ft int .Fn fhopen "const void *fhp" "size_t fh_size" "int flags" .In sys/stat.h