From owner-cvs-all Sun Jun 16 5:35:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D5B637B401; Sun, 16 Jun 2002 05:35:18 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5GCZIx44733; Sun, 16 Jun 2002 05:35:18 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206161235.g5GCZIx44733@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 16 Jun 2002 05:35:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar/lib error.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/06/16 05:35:17 PDT Modified files: contrib/tar/lib error.c Log: Our strerror_r(3) returns int, not char *. This fixes bogus error messages like "Cannot stat: (null)" Reported by: bde, kris Revision Changes Path 1.2 +6 -1 src/contrib/tar/lib/error.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message