fhopen() needs sys/mount.h

(if someone disagrees, feel free to fix as much as your heart desires)
This commit is contained in:
pooka 2009-08-05 23:03:08 +00:00
parent 68a8748cf1
commit 27db690df3
1 changed files with 2 additions and 1 deletions

View File

@ -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 .\" Copyright (c) 1999 National Aeronautics & Space Administration
.\" All rights reserved. .\" All rights reserved.
@ -43,6 +43,7 @@
.Lb libc .Lb libc
.Sh SYNOPSIS .Sh SYNOPSIS
.In sys/types.h .In sys/types.h
.In sys/mount.h
.Ft int .Ft int
.Fn fhopen "const void *fhp" "size_t fh_size" "int flags" .Fn fhopen "const void *fhp" "size_t fh_size" "int flags"
.In sys/stat.h .In sys/stat.h