From owner-cvs-src-old@FreeBSD.ORG Thu Oct 21 15:10:55 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D76F1065698 for ; Thu, 21 Oct 2010 15:10:55 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 018DA8FC14 for ; Thu, 21 Oct 2010 15:10:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9LFAsME081231 for ; Thu, 21 Oct 2010 15:10:54 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9LFAslE081230 for cvs-src-old@freebsd.org; Thu, 21 Oct 2010 15:10:54 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201010211510.o9LFAslE081230@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Thu, 21 Oct 2010 15:10:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen pututxline.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 15:10:55 -0000 ed 2010-10-21 15:10:35 UTC FreeBSD src repository Modified files: lib/libc/gen pututxline.c Log: SVN rev 214134 on 2010-10-21 15:10:35Z by ed Fix error handling logic of pututxline(3). Instead of only returning NULL when the entry is invalid and can't be matched against the current database, also return it when it cannot open the log files properly. Revision Changes Path 1.6 +21 -12 src/lib/libc/gen/pututxline.c