public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch win32]: Add missing header UnsupportedOperationException
@ 2009-08-12  7:31 Kai Tietz
  0 siblings, 0 replies; only message in thread
From: Kai Tietz @ 2009-08-12  7:31 UTC (permalink / raw)
  To: GCC Patches, java

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]

Hi,

As I got just reported, there is the header include
'java/lang/UnsupportedOperationException.h' missing for
gnu/java/security/jce/prng/natVMSecureRandomWin32.cc file. This leads
to build failures for 32-bit mingw builds.

ChangeLog

2009-08-12  Kai Tietz  <kai.tietz@onevision.com>

* gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: Add include of
java/lang/UnsupportedOperationException.h file.

Tested for i686-pc-mingw32 host. Ok, for apply?

Cheers,
Kai

-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

[-- Attachment #2: j090812.diff --]
[-- Type: application/octet-stream, Size: 553 bytes --]

Index: gcc/libjava/gnu/java/security/jce/prng/natVMSecureRandomWin32.cc
===================================================================
--- gcc.orig/libjava/gnu/java/security/jce/prng/natVMSecureRandomWin32.cc	2009-07-24 19:34:40.000000000 +0200
+++ gcc/libjava/gnu/java/security/jce/prng/natVMSecureRandomWin32.cc	2009-08-12 09:25:31.644270800 +0200
@@ -19,6 +19,7 @@
 
 #include <gcj/cni.h>
 #include <java/lang/InternalError.h>
+#include <java/lang/UnsupportedOperationException.h>
 #include <gnu/java/security/jce/prng/VMSecureRandom.h>
 
 jint

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-12  7:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-12  7:31 [patch win32]: Add missing header UnsupportedOperationException Kai Tietz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).