svn commit: r305566 - stable/11/lib/libc/gen

Jilles Tjoelker jilles at FreeBSD.org
Wed Sep 7 21:01:33 UTC 2016


Author: jilles
Date: Wed Sep  7 21:01:32 2016
New Revision: 305566
URL: https://svnweb.freebsd.org/changeset/base/305566

Log:
  MFC r305090: getvfsbyname(3): Remove [EFAULT] error.
  
  Since r101651 in 2002, getvfsbyname() has written *vfc using userland
  memcpy(), so the [EFAULT] error no longer occurs.

Modified:
  stable/11/lib/libc/gen/getvfsbyname.3
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/gen/getvfsbyname.3
==============================================================================
--- stable/11/lib/libc/gen/getvfsbyname.3	Wed Sep  7 20:41:08 2016	(r305565)
+++ stable/11/lib/libc/gen/getvfsbyname.3	Wed Sep  7 21:01:32 2016	(r305566)
@@ -28,7 +28,7 @@
 .\"     @(#)kvm_getvfsbyname.3	8.3 (Berkeley) 5/4/95
 .\" $FreeBSD$
 .\"
-.Dd April 5, 2007
+.Dd August 30, 2016
 .Dt GETVFSBYNAME 3
 .Os
 .Sh NAME
@@ -97,11 +97,6 @@ sysctl is set to
 .Sh ERRORS
 The following errors may be reported:
 .Bl -tag -width Er
-.It Bq Er EFAULT
-The
-.Fa vfc
-argument
-points to an invalid address.
 .It Bq Er ENOENT
 The
 .Fa name


More information about the svn-src-all mailing list