2b862fe4f1
* src/ext.c (exec_extension): Use tempnam instead of tmpnam (AIX doesn't like the lattern when compiled with -mthreads). * src/user.c (execute_menu_command): ditto. Wed Apr 21 22:04:30 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no need to fool it by strdup'ing the return value of tempnam. Wed Apr 21 21:59:50 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * vfs/extfs.c (extfs_open): tempnam returns a malloced string, no need to strdup it (various places): use free instead of g_free to free string returned by tempnam.