diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 16:48:57 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 16:48:57 +0000 |
| commit | 2f64ff4437a390a95848fa658a4c1133f0c6d2eb (patch) | |
| tree | bc8d5b411fe4cab53a9500028807713e74bbc85d /lib/libc | |
| parent | 7452ae6ecc2b28e4a03a081efd4544c2940c99f3 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/fhopen.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2 index 18838a237f1d..626577169fff 100644 --- a/lib/libc/sys/fhopen.2 +++ b/lib/libc/sys/fhopen.2 @@ -41,9 +41,9 @@ .Nm fhstatfs .Nd access file via file handle .Sh SYNOPSIS -.Fd #include <sys/types.h> -.Fd #include <sys/stat.h> +.Fd #include <sys/param.h> .Fd #include <sys/mount.h> +.Fd #include <sys/stat.h> .Ft int .Fn fhopen "const fhandle_t *fhp" "int flags" .Ft int |
