diff options
Diffstat (limited to 'lib/libc/gen/getvfsbyname.c')
-rw-r--r-- | lib/libc/gen/getvfsbyname.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gen/getvfsbyname.c b/lib/libc/gen/getvfsbyname.c index 05efe8f8cd5e..18cbf64b9f4a 100644 --- a/lib/libc/gen/getvfsbyname.c +++ b/lib/libc/gen/getvfsbyname.c @@ -29,8 +29,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__SCCSID("@(#)kvm_getvfsbyname.c 8.1 (Berkeley) 4/3/95"); #include <sys/param.h> #include <sys/mount.h> #include <sys/sysctl.h> @@ -40,7 +38,7 @@ __SCCSID("@(#)kvm_getvfsbyname.c 8.1 (Berkeley) 4/3/95"); #include <string.h> /* - * fusefs(5) file systems may have a "subtype" which gets appended to + * fusefs(4) file systems may have a "subtype" which gets appended to * statfs(2)'s f_fstypename field on a per-mount basis. Allow getvfsbyname to * match either the full "fusefs.foobar" or the more general "fusefs". */ |