From owner-svn-src-stable-6@FreeBSD.ORG Mon May 18 18:04:43 2009 Return-Path: Delivered-To: svn-src-stable-6@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3898E106566C; Mon, 18 May 2009 18:04:43 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 25CCD8FC14; Mon, 18 May 2009 18:04:43 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4II4hST070394; Mon, 18 May 2009 18:04:43 GMT (envelope-from attilio@svn.freebsd.org) Received: (from attilio@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4II4hxl070393; Mon, 18 May 2009 18:04:43 GMT (envelope-from attilio@svn.freebsd.org) Message-Id: <200905181804.n4II4hxl070393@svn.freebsd.org> From: Attilio Rao Date: Mon, 18 May 2009 18:04:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org X-SVN-Group: stable-6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192320 - stable/6/lib/libthread_db/arch/amd64 X-BeenThere: svn-src-stable-6@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 6-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 18:04:43 -0000 Author: attilio Date: Mon May 18 18:04:42 2009 New Revision: 192320 URL: http://svn.freebsd.org/changeset/base/192320 Log: Fix the world breakage, on amd64, introduced by the last libthread_db commit. Reported by: many Sponsored by: Sandvine Incorporated Pointy hat to: attilio Modified: stable/6/lib/libthread_db/arch/amd64/libpthread_md.c Modified: stable/6/lib/libthread_db/arch/amd64/libpthread_md.c ============================================================================== --- stable/6/lib/libthread_db/arch/amd64/libpthread_md.c Mon May 18 17:57:33 2009 (r192319) +++ stable/6/lib/libthread_db/arch/amd64/libpthread_md.c Mon May 18 18:04:42 2009 (r192320) @@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$"); #include +#include #include #include