Module Name: src
Committed By: pooka
Date: Wed Aug 5 23:03:08 UTC 2009
Modified Files:
src/lib/libc/sys: fhopen.2
Log Message:
fhopen() needs sys/mount.h
(if someone disagrees, feel free to fix as much as your heart desires)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/sys/fhopen.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/fhopen.2
diff -u src/lib/libc/sys/fhopen.2:1.15 src/lib/libc/sys/fhopen.2:1.16
--- src/lib/libc/sys/fhopen.2:1.15 Thu Aug 3 19:17:49 2006
+++ src/lib/libc/sys/fhopen.2 Wed Aug 5 23:03:08 2009
@@ -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