summaryrefslogtreecommitdiff
path: root/games/hunt/huntd/answer.c
AgeCommit message (Expand)Author
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2014-03-30Use bool (not int) for a boolean return type.dholland
2014-03-30Remove SHORTLEN and LONGLEN defines; use sizeof() properly instead.dholland
2014-03-30Remove all the conditional compilation for INTERNET. Now you can rundholland
2014-03-30Clean up the names of the various pieces of socket apparatus.dholland
2014-03-29fix non-INTERNET builddholland
2014-03-29Reduce ifdefs by making a common function to talk to either syslogd ordholland
2014-03-29don't declare own boolean typedholland
2009-08-27u_int32_t -> uint32_tdholland
2009-08-12sprinkle static and prune some dead codedholland
2009-07-04Whitespace.dholland
2009-07-04ANSIfy function declarations.dholland
2009-07-04Remove a pile of bogus casts. One object file diff, crosschecked anddholland
2009-06-28sprintf -> snprintfdholland
2009-06-28Fix possible remote DoS of a running hunt game, and prevent a possibledholland
2008-01-28clean for WARNS=4dholland
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2003-06-11Merge with v20030416.wiz
2003-02-26Make this work on sparc64 (don't use long and assume sizeof(long) = 4).jdc
2002-09-20select() -> poll()mycroft
1997-10-10Yet Another Monster Commit:lukem
1997-10-04fix compiler warnings on the alpha.mrg
1997-10-04hunt version 1993-07-17mrg