summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/hunt.h
Commit message (Collapse)AuthorAgeFilesLines
* Make build.wiz2003-06-111-1/+2
|
* Merge with v20030416.wiz2003-06-111-6/+31
|
* select() -> poll()mycroft2002-09-201-4/+5
| | | Also, turn off talk announcements; it's a wretched hack.
* Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft2000-01-211-2/+2
| | | the correct definition from errno.h.
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-2/+2
|
* remove unneeded typedef for TTYB, as per PR#5867hubertf1998-09-111-2/+1
|
* RCS Id Police.perry1998-01-091-0/+2
|
* Yet Another Monster Commit:lukem1997-10-101-12/+65
| | | | | | | | | | | - 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/+400