*** ./src/gtk/misc-gtk.c.ORIG Wed Jun 2 14:49:08 2010 --- ./src/gtk/misc-gtk.c Wed Jun 2 14:49:46 2010 *************** *** 548,556 **** static gchar * ! gftp_item_factory_translate (const char *path, gpointer func_data) { ! const gchar *strip_prefix = func_data; const char *result; if (strip_prefix) --- 548,556 ---- static gchar * ! gftp_item_factory_translate (const char *path, gpointer AIX_func_data) { ! const gchar *strip_prefix = AIX_func_data; const char *result; if (strip_prefix) *** ./lib/fsplib/lock.c.ORIG Wed Jun 2 14:46:30 2010 --- ./lib/fsplib/lock.c Wed Jun 2 14:46:55 2010 *************** *** 46,51 **** --- 46,55 ---- #include #include + #ifdef _AIX51 + #define _SEM_SEMUN_UNDEFINED + #endif + #ifdef _SEM_SEMUN_UNDEFINED union semun {