patches/libexif-gtk-03-solaris.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 5518 235b0b4aa324
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

--- ../libexif-gtk-0.3.5.old/libexif-gtk/gtk-exif-entry.c	2005-06-15 11:29:51.546142040 +0100
+++ ./libexif-gtk/gtk-exif-entry.c	2005-06-15 11:36:40.748933760 +0100
@@ -32,6 +32,7 @@
 #include "gtk-exif-util.h"
 
 struct _GtkExifEntryPrivate {
+	int notused;
 };
 
 #define PARENT_TYPE GTK_TYPE_VBOX