diff options
author | 1999-06-01 15:32:53 +0000 | |
---|---|---|
committer | 1999-06-01 15:32:53 +0000 | |
commit | e58f123acf32fb8c5cf1185aecb9beb84247c366 (patch) | |
tree | 17231548725be89cd092a4fc9a20daa44dc88f52 | |
parent | getfsstat now takes a size_t, not long, for the length parameter (diff) | |
download | wireguard-openbsd-e58f123acf32fb8c5cf1185aecb9beb84247c366.tar.xz wireguard-openbsd-e58f123acf32fb8c5cf1185aecb9beb84247c366.zip |
getfsstat/getmntinfo do not require inclusion of <sys/ucred.h>
-rw-r--r-- | lib/libc/sys/getfsstat.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/getfsstat.2 b/lib/libc/sys/getfsstat.2 index 7a483aa995b..14af7552c33 100644 --- a/lib/libc/sys/getfsstat.2 +++ b/lib/libc/sys/getfsstat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getfsstat.2,v 1.8 1999/05/31 17:34:41 millert Exp $ +.\" $OpenBSD: getfsstat.2,v 1.9 1999/06/01 15:32:53 millert Exp $ .\" $NetBSD: getfsstat.2,v 1.6 1995/06/29 11:40:44 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -42,7 +42,6 @@ .Nd get list of all mounted file systems .Sh SYNOPSIS .Fd #include <sys/param.h> -.Fd #include <sys/ucred.h> .Fd #include <sys/mount.h> .Ft int .Fn getfsstat "struct statfs *buf" "size_t bufsize" "int flags" |