From owner-svn-src-head@freebsd.org Mon Nov 30 21:53:26 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11245A3DB8C; Mon, 30 Nov 2015 21:53:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1DE81EFE; Mon, 30 Nov 2015 21:53:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAULrONs077010; Mon, 30 Nov 2015 21:53:24 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAULrO5K077009; Mon, 30 Nov 2015 21:53:24 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201511302153.tAULrO5K077009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Mon, 30 Nov 2015 21:53:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291525 - head/gnu/usr.bin/gdb/kgdb X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 21:53:26 -0000 Author: jhb Date: Mon Nov 30 21:53:24 2015 New Revision: 291525 URL: https://svnweb.freebsd.org/changeset/base/291525 Log: Fix a double-semicolon typo in my libkvm changes. Submitted by: jmallett Modified: head/gnu/usr.bin/gdb/kgdb/trgt.c Modified: head/gnu/usr.bin/gdb/kgdb/trgt.c ============================================================================== --- head/gnu/usr.bin/gdb/kgdb/trgt.c Mon Nov 30 21:52:19 2015 (r291524) +++ head/gnu/usr.bin/gdb/kgdb/trgt.c Mon Nov 30 21:53:24 2015 (r291525) @@ -88,7 +88,7 @@ kgdb_resolve_symbol(const char *name, kv return (1); *kva = SYMBOL_VALUE_ADDRESS (ms); - return (0);; + return (0); } static CORE_ADDR