Magellan Linux

Diff of /trunk/java6-openjdk/patches/java6-openjdk-6.1.11.3-giflib5.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1883 by niro, Fri Aug 24 12:35:29 2012 UTC revision 1884 by niro, Fri Aug 24 12:46:32 2012 UTC
# Line 1  Line 1 
1  --- openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2011-11-14 23:12:12.000000000 +0100  --- openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2011-11-14 23:12:12.000000000 +0100
2  +++ openjdk-magellan/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2012-08-24 12:50:12.476981142 +0200  +++ openjdk-magellan/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2012-08-24 12:50:12.476981142 +0200
 @@ -26,7 +26,7 @@  
  #include "splashscreen_impl.h"  
  #include "splashscreen_gfx.h"  
   
 -#include "../giflib/gif_lib.h"  
 +#include <gif_lib.h>  
   
  #define GIF_TRANSPARENT     0x01  
  #define GIF_USER_INPUT      0x02  
3  @@ -318,7 +318,9 @@  @@ -318,7 +318,9 @@
4   int   int
5   SplashDecodeGifStream(Splash * splash, SplashStream * stream)   SplashDecodeGifStream(Splash * splash, SplashStream * stream)

Legend:
Removed from v.1883  
changed lines
  Added in v.1884