svn commit: r215310 - head/lib/libc/gen

2010-11-14 Thread Ed Schouten
Author: ed Date: Sun Nov 14 18:42:39 2010 New Revision: 215310 URL: http://svn.freebsd.org/changeset/base/215310 Log: Always set errno to a sane value when pututxline(3) fails. For example, it will now return ESRCH when trying to replace a nonexistent entry with DEAD_PROCESS. Modified:

Re: svn commit: r215310 - head/lib/libc/gen

2010-11-14 Thread Gavin Atkinson
On Sun, 14 Nov 2010, Ed Schouten wrote: Author: ed Date: Sun Nov 14 18:42:39 2010 New Revision: 215310 URL: http://svn.freebsd.org/changeset/base/215310 Log: Always set errno to a sane value when pututxline(3) fails. For example, it will now return ESRCH when trying to replace a