summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/ctl_transact.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with v20030416.wiz2003-06-111-6/+31
|
* select() -> poll()mycroft2002-09-201-13/+7
| | | Also, turn off talk announcements; it's a wretched hack.
* receive, not recievewiz2001-06-121-3/+3
|
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-201-2/+3
|
* Yet Another Monster Commit:lukem1997-10-101-3/+14
| | | | | | | | | | | - 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()
* hunt version 1993-07-17mrg1997-10-041-0/+101