diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-06-01 15:32:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-06-01 15:32:54 +0000 |
commit | 0eba56da5941159853f8eb2fd84bc4336cffeeaf (patch) | |
tree | d3f977af6a211b7eea20f3dc3e3514c4c219b158 /lib | |
parent | 531e94a7020267e10329e874d006b166daab319f (diff) |
getfsstat/getmntinfo do not require inclusion of <sys/ucred.h>
Diffstat (limited to 'lib')
-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" |