diff options
author | 2018-04-27 13:42:08 +0000 | |
---|---|---|
committer | 2018-04-27 13:42:08 +0000 | |
commit | 4ecee7742a4ebdfc79cc26bcc127cc35e4c65830 (patch) | |
tree | eea1e1fa8bb1c49c7134080ea8ac806b08f5ef40 /lib/libc/gen | |
parent | Introduce an helper function to extract endpoint's max burst value. (diff) | |
download | wireguard-openbsd-4ecee7742a4ebdfc79cc26bcc127cc35e4c65830.tar.xz wireguard-openbsd-4ecee7742a4ebdfc79cc26bcc127cc35e4c65830.zip |
<sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>
ok krw@
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getmntinfo.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index 0138b6a5bca..fff1c21deba 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getmntinfo.3,v 1.13 2014/01/20 05:07:48 schwarze Exp $ +.\" $OpenBSD: getmntinfo.3,v 1.14 2018/04/27 13:42:08 guenther Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,14 +27,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: April 27 2018 $ .Dt GETMNTINFO 3 .Os .Sh NAME .Nm getmntinfo .Nd get information about mounted file systems .Sh SYNOPSIS -.In sys/param.h +.In sys/types.h .In sys/mount.h .Ft int .Fn getmntinfo "struct statfs **mntbufp" "int flags" |