comparison src/protocols/msn/directconn.c @ 10388:088633feb846

[gaim-migrate @ 11615] this makes gcc shut up about some warnings committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 16 Dec 2004 03:50:54 +0000
parents 1a91e814e9d8
children 0f7452b1f777
comparison
equal deleted inserted replaced
10387:00cd0c08bb04 10388:088633feb846
372 fd = source; 372 fd = source;
373 } 373 }
374 else 374 else
375 { 375 {
376 struct sockaddr_in client_addr; 376 struct sockaddr_in client_addr;
377 int client; 377 unsigned int client;
378 fd = accept (source, (struct sockaddr *)&client_addr, &client); 378 fd = accept (source, (struct sockaddr *)&client_addr, &client);
379 } 379 }
380 380
381 directconn->fd = fd; 381 directconn->fd = fd;
382 382