summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-08-25 12:26:52 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-08-25 12:26:52 +0000
commita75e48bcff8650169406e0908b196c1d2e5197f5 (patch)
treec8830826e3ab362e1f0c95a82560cd12b23f93ab
parentfc00725dfad5025a0ae59de6092ebcad802e1831 (diff)
Don't need to include sys/ucred.h
-rw-r--r--lib/libc/gen/getmntinfo.33
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"