Module Name: src Committed By: dholland Date: Sun Mar 30 05:30:28 UTC 2014
Modified Files: src/games/hunt/hunt: connect.c hunt.c hunt_private.h playit.c src/games/hunt/huntd: answer.c hunt.h src/games/hunt/include: hunt_common.h Log Message: Remove SHORTLEN and LONGLEN defines; use sizeof() properly instead. Fix two semi-compensating size bugs in wire transmission affecting 64-bit machines. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/hunt/hunt/connect.c cvs rdiff -u -r1.54 -r1.55 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.8 -r1.9 src/games/hunt/hunt/hunt_private.h cvs rdiff -u -r1.20 -r1.21 src/games/hunt/hunt/playit.c cvs rdiff -u -r1.21 -r1.22 src/games/hunt/huntd/answer.c cvs rdiff -u -r1.29 -r1.30 src/games/hunt/huntd/hunt.h cvs rdiff -u -r1.3 -r1.4 src/games/hunt/include/hunt_common.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.