Re: [patch libjava]: Add missing file for Win32

2009-07-24 Thread Dave Korn
Kai Tietz wrote: > * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: New Win32 > specific implementation. > + (JvNewStringLatin1 ("Error function not implemented for Win32 > target.")); That's slightly ambiguous; it needs a colon after 'Error', to make clear it isn'

[patch libjava]: Add missing file for Win32

2009-07-24 Thread Kai Tietz
Hello, This patch adds dummy implementation for gnu/java/security/jce/prng/natVMSecureRandomWin32.cc file for Win32 build. It throws just an exception for not supporting this method. ChangeLog 2009-07-24 Kai Tietz * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: New Win32