svn commit: r214200 - head/lib/libc/stdlib

Benedict Reuschling bcr at FreeBSD.org
Fri Oct 22 08:51:50 UTC 2010


Author: bcr (doc committer)
Date: Fri Oct 22 08:51:49 2010
New Revision: 214200
URL: http://svn.freebsd.org/changeset/base/214200

Log:
  Revert to r214147, errno is not clobbered as originally
  thought.

Modified:
  head/lib/libc/stdlib/strtonum.3

Modified: head/lib/libc/stdlib/strtonum.3
==============================================================================
--- head/lib/libc/stdlib/strtonum.3	Fri Oct 22 08:46:22 2010	(r214199)
+++ head/lib/libc/stdlib/strtonum.3	Fri Oct 22 08:51:49 2010	(r214200)
@@ -83,8 +83,6 @@ is set, and
 .Fa errstr
 will point to an error message.
 On success,
-.Va errno
-is set to 0 and
 .Fa *errstr
 will be set to
 .Dv NULL ;


More information about the svn-src-head mailing list