From owner-freebsd-bugs@FreeBSD.ORG Thu Apr 14 00:50:24 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3FB816A4CE for ; Thu, 14 Apr 2005 00:50:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9237543D45 for ; Thu, 14 Apr 2005 00:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3E0oOkc039537 for ; Thu, 14 Apr 2005 00:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3E0oO4U039531; Thu, 14 Apr 2005 00:50:24 GMT (envelope-from gnats) Date: Thu, 14 Apr 2005 00:50:24 GMT Message-Id: <200504140050.j3E0oO4U039531@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Phil Oleson Subject: Re: bin/79418: [patch] libedit sync from netbsd cvs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Phil Oleson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 00:50:24 -0000 The following reply was made to PR bin/79418; it has been noted by GNATS. From: Phil Oleson To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/79418: [patch] libedit sync from netbsd cvs Date: Wed, 13 Apr 2005 18:48:09 -0600 Just to note for the PR, I have received no objections to these changes so far. The initial concerns I noted in this PR about the el_data_[gs]et() functions are unfounded, as these functions were local hacks that have upstream replacements in el_get() and el_set(). Additionally, I've not found any code that actually uses el_data_set/get to make me worry about this. --