From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11458 invoked by alias); 12 Aug 2010 08:59:08 -0000 Received: (qmail 11440 invoked by uid 22791); 12 Aug 2010 08:59:08 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Aug 2010 08:59:05 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7C8x3Af016077 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 12 Aug 2010 04:59:03 -0400 Received: from zebedee.pink (ovpn-113-67.phx2.redhat.com [10.3.113.67]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7C8x1J3013246; Thu, 12 Aug 2010 04:59:02 -0400 Message-ID: <4C63B7D4.20809@redhat.com> Date: Thu, 12 Aug 2010 08:59:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0 MIME-Version: 1.0 To: Dmitrijs Ledkovs CC: java-patches@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [java] [mingw] Fix (typos) compile errors. References: <877hjwelec.fsf@ubuntu.com> In-Reply-To: <877hjwelec.fsf@ubuntu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2010-q3/txt/msg00017.txt.bz2 On 08/12/2010 01:15 AM, Dmitrijs Ledkovs wrote: > * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: Fix compile > errors. OK. Andrew.