diff options
Diffstat (limited to 'lib/libc/gen/getmntinfo.3')
-rw-r--r-- | lib/libc/gen/getmntinfo.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index 90d6786237f..4467c1224de 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getmntinfo.3,v 1.6 1999/07/09 13:35:17 aaron Exp $ +.\" $OpenBSD: getmntinfo.3,v 1.7 1999/08/25 12:26:51 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -39,7 +39,6 @@ .Nd get information about mounted file systems .Sh SYNOPSIS .Fd #include <sys/param.h> -.Fd #include <sys/ucred.h> .Fd #include <sys/mount.h> .Ft int .Fn getmntinfo "struct statfs **mntbufp" "int flags" |