solaris support / address book
Status: Inactive
Brought to you by:
jnekl
With Solaris 8 (probably all solaris versions).
In preferences.c, after the line "fprintf(file,
"address_book(main)\n");" add the line
"fflush(file);". Otherwise, a race condition exists
that causes address books to not get written properly
and are never used.