From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23826 invoked by alias); 19 Oct 2004 21:17:21 -0000 Mailing-List: contact rda-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rda-owner@sources.redhat.com Received: (qmail 23811 invoked from network); 19 Oct 2004 21:17:20 -0000 To: Kevin Buettner Cc: rda@sources.redhat.com Subject: Re: RFA: avoid deprecated sys_nerr variable References: <20041019130306.11883544@saguaro> From: Jim Blandy Date: Tue, 19 Oct 2004 21:17:00 -0000 In-Reply-To: <20041019130306.11883544@saguaro> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-q4/txt/msg00017.txt.bz2 Kevin Buettner writes: > On 19 Oct 2004 14:37:13 -0500 > Jim Blandy wrote: > > > 2004-10-12 Jim Blandy > > > > * ptrace-target.c (ptrace_create_child): Don't use sys_nerr to > > check that errno is in a valid range. The use sys_nerr is > > deprecated on GNU/Linux, and according to the ISO C standard and > > POSIX, strerror always returns a valid string, even for invalid > > errno codes. > > Okay. Committed, thanks.