summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/faketalk.c
Commit message (Collapse)AuthorAgeFilesLines
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
|
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-081-3/+3
| | | the few cases not already marked.
* Remove uses of __P.jsm2004-01-271-4/+4
|
* Merge with v20030416.wiz2003-06-111-9/+30
|
* select() -> poll()mycroft2002-09-201-3/+4
| | | Also, turn off talk announcements; it's a wretched hack.
* remove redundant declschristos2001-02-051-5/+3
|
* - openlog "huntd" instead of "HUNT"lukem2001-01-091-5/+5
| | | | | - consistently log non-critical errors at LOG_WARNING not LOG_ERR - consistently use positive numbers for exit() and _exit() - one warning was using printf() instead of syslog()
* use err/warn instead of perrorlukem1997-10-111-6/+6
|
* Yet Another Monster Commit:lukem1997-10-101-6/+20
| | | | | | | | | | | - WARNSify - getopt returns -1 not EOF - select() uses an fd_set, not int/long; modify code to use FD_* et al instead of direct bitwise operations - in otto.c::look (renamed to ottolook() to prevent name clash), the case WEST section had a 'goto cont_east', instead of 'goto cont_west'. (picked up by WARNS=1, because cont_west was an unused label because of this typo). probably meant that otto got lost in the maze :-/ - deprecate register, convert bcmp() -> memcmp()
* fix compiler warnings on the alpha.mrg1997-10-041-1/+1
|
* hunt version 1993-07-17mrg1997-10-041-0/+217