Update of /cvsroot/gaim/gaim/src/protocols/oscar
In directory usw-pr-cvs1:/tmp/cvs-serv25898/src/protocols/oscar
Modified Files:
oscar.c
Log Message:
A buddy window placement fix by Marc Deslauriers and a compile fix from Benjamin Miller. Thanks guys. Also, an irc fix.
Index: oscar.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- oscar.c 15 Mar 2002 20:09:14 -0000 1.118
+++ oscar.c 16 Mar 2002 20:14:24 -0000 1.119
@@ -58,6 +58,10 @@
#include "pixmaps/gnomeicu-occ.xpm"
#include "pixmaps/gnomeicu-ffc.xpm"
+#if defined(__SVR4) && !defined(_SOCKLEN_T)
+typedef uint32_t socklen_t;
+#endif
+
/* constants to identify proto_opts */
#define USEROPT_AUTH 0
#define USEROPT_AUTHPORT 1
|