From owner-cvs-all Mon Oct 21 12:55:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55A5E37B401; Mon, 21 Oct 2002 12:55:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A4143E4A; Mon, 21 Oct 2002 12:55:11 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9LJsfmV028324; Mon, 21 Oct 2002 12:54:41 -0700 (PDT) (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9LJsfJL028323; Mon, 21 Oct 2002 12:54:41 -0700 (PDT) Message-Id: <200210211954.g9LJsfJL028323@repoman.freebsd.org> From: Garrett Wollman Date: Mon, 21 Oct 2002 12:54:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/elk/files patch-af 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 wollman 2002/10/21 12:54:41 PDT Modified files: lang/elk/files patch-af Log: Use strerror_r() rather than trying to hack our own. This avoids dealing with the nonstandardized types of sys_nerr and sys_errlst[] and works for both -current and recent (>=4.5) values of -stable. The previous implementation knew too much about sys_nerr for its own good. Revision Changes Path 1.2 +32 -10 ports/lang/elk/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message