From owner-freebsd-bugs@FreeBSD.ORG Fri Dec 6 20:10:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E62B72C5 for ; Fri, 6 Dec 2013 20:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B98C41B7B for ; Fri, 6 Dec 2013 20:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB6KA2cP045313 for ; Fri, 6 Dec 2013 20:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB6KA2I1045312; Fri, 6 Dec 2013 20:10:02 GMT (envelope-from gnats) Date: Fri, 6 Dec 2013 20:10:02 GMT Message-Id: <201312062010.rB6KA2I1045312@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Yuri Subject: RE: kern/184533: [libedit] [patch] Sync of libedit with upstream NetBSD X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Yuri List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 20:10:03 -0000 The following reply was made to PR kern/184533; it has been noted by GNATS. From: Yuri To: bug-followup@FreeBSD.org Cc: Subject: RE: kern/184533: [libedit] [patch] Sync of libedit with upstream NetBSD Date: Fri, 06 Dec 2013 12:09:18 -0800 The easiest way to apply the patch is to first move the following files in repository: cd lib/libedit svn mv term.c terminal.c svn mv term.h terminal.h svn mv key.c keymacro.c svn mv key.h keymacro.h