Update of /cvsroot/netrek/client/netrekxp/src In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19226/src Modified Files: socket.c Log Message: Use pragma packing to make ltd work better. Ltd needs portability as struct size still differs from linux. Index: socket.c =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/src/socket.c,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- socket.c 3 Jun 2009 02:42:55 -0000 1.67 +++ socket.c 3 Jun 2009 03:27:59 -0000 1.68 @@ -2863,6 +2863,7 @@ ltd = &packet->ltd; LineToConsole("SP_LTD test output begins\n"); + LineToConsole("SP_LTD: ltd_stats size is %d\n", sizeof(struct ltd_stats)); dump_prefix("kt", "kills total"); dump_stat(kills.total); dump_prefix("kmax", "kills max"); dump_max(kills.max); dump_prefix("k1", "kills first"); dump_stat(kills.first);