Update of /cvsroot/gaim/gaim/src/protocols/oscar
In directory usw-pr-cvs1:/tmp/cvs-serv30822/src/protocols/oscar
Modified Files:
oscar.c
Log Message:
Patches by Max Horn, Nathan Walp and Danny Colascione.
Thanks, guys.
Index: oscar.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- oscar.c 12 Apr 2002 02:43:50 -0000 1.131
+++ oscar.c 15 Apr 2002 03:23:09 -0000 1.132
@@ -59,10 +59,6 @@
#include "pixmaps/gnomeicu-occ.xpm"
#include "pixmaps/gnomeicu-ffc.xpm"
-#if (defined(__SVR4) && !defined(_SOCKLEN_T)) || defined(__MACH__)
-typedef uint32_t socklen_t;
-#endif
-
/* constants to identify proto_opts */
#define USEROPT_AUTH 0
#define USEROPT_AUTHPORT 1
|