summaryrefslogtreecommitdiffstats
path: root/hunt/huntd
Commit message (Collapse)AuthorAgeFilesLines
* receive, not recievewiz2001-06-121-3/+3
|
* mdoc'ify.wiz2001-04-041-58/+61
|
* remove redundant declschristos2001-02-052-9/+5
|
* - openlog "huntd" instead of "HUNT"lukem2001-01-093-16/+21
| | | | | - 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()
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
|
* Don't declare 'extern opt*' getopt variables.simonb2000-04-141-4/+2
|
* 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
|
* - use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg1998-07-061-4/+5
| | | | | | - ensure hostname from gethostname() is nul-terminated in all cases - minor KNF - use MAXHOSTNAMELEN over various other values/defines - be safe will buffers that hold hostnames
* RCS Id Police.perry1998-01-094-0/+8
|
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-202-4/+6
|
* drop core in /var/tmp (from linux).mrg1997-10-151-3/+3
|
* use err/warn instead of perrorlukem1997-10-114-22/+22
|
* Yet Another Monster Commit:lukem1997-10-1016-291/+573
| | | | | | | | | | | - 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-042-2/+2
|
* note that huntd lives in /usr/games.mrg1997-10-041-3/+3
|
* build hunt.mrg1997-10-041-0/+8
|
* hunt version 1993-07-17mrg1997-10-0418-0/+5061