From owner-cvs-all@FreeBSD.ORG Tue Jul 31 07:22:49 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D977816A41B; Tue, 31 Jul 2007 07:22:49 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B2DF213C468; Tue, 31 Jul 2007 07:22:49 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6V7Mnr1085213; Tue, 31 Jul 2007 07:22:49 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6V7MnMh085212; Tue, 31 Jul 2007 07:22:49 GMT (envelope-from glewis) Message-Id: <200707310722.l6V7MnMh085212@repoman.freebsd.org> From: Greg Lewis Date: Tue, 31 Jul 2007 07:22:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jdk15/files patch-j2se::ttHints::HintScan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 07:22:50 -0000 glewis 2007-07-31 07:22:49 UTC FreeBSD ports repository Added files: java/jdk15/files patch-j2se::ttHints::HintScan.c Log: . Include a different header file for 'fastInt'. The definition in Hint.h appears to actually match the type of variable its being used with in the code (although it seems that it may be even cleaner to just replace 'fastInt' with 'short'). This also partially bandaids a build problem some are seeing since Hint.h is a less common header file name than cpu.h. Revision Changes Path 1.1 +13 -0 ports/java/jdk15/files/patch-j2se::ttHints::HintScan.c (new)