--- a/libfaim/aim_ft.c Wed Sep 20 23:35:17 2000 +0000 +++ b/libfaim/aim_ft.c Thu Sep 21 00:45:30 2000 +0000 @@ -7,6 +7,9 @@ #include <sys/utsname.h> /* for aim_directim_initiate */ #include <arpa/inet.h> /* for inet_ntoa */ #endif +#ifdef NEED_SOCKLEN_T +typedef unsigned int socklen_t; +#endif /* aim_msgcookies.c is mostly new. just look at the diff and replace yours, easiest. */