changeset 8512:c3414c5faf86

[gaim-migrate @ 9250] ok, i think this finally fixes the nonsense where the 64bit *NIXes can't make up their mind what datatype to make stuff committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 27 Mar 2004 18:25:44 +0000
parents 29aa90459620
children f395263525d5
files src/proxy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/proxy.c	Sat Mar 27 17:28:47 2004 +0000
+++ b/src/proxy.c	Sat Mar 27 18:25:44 2004 +0000
@@ -480,7 +480,7 @@
 			char servname[20];
 #else
 			struct sockaddr_in sin;
-			const socklen_t addrlen = sizeof(sin);
+			const size_t addrlen = sizeof(sin);
 #endif
 #ifdef HAVE_SIGNAL_H
 			signal(SIGHUP, SIG_DFL);