summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/hunt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused declaration.mycroft2002-09-201-6/+2
* If we're searching for a huntd, probe local_address along with broadcastmycroft2002-09-201-8/+9
* select() -> poll()mycroft2002-09-201-11/+9
* eliminate nested externschristos2001-02-051-3/+3
* Don't declare 'extern opt*' getopt variables.simonb2000-04-141-4/+2
* Include <sys/param.h> for MAXHOSTNAMELEN.kleink2000-03-021-2/+3
* Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft2000-01-211-4/+2
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
* Add braces to make the new egcs happy.veego1998-08-301-3/+4
* - use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg1998-07-061-3/+4
* change static to static intmrg1998-03-291-3/+3
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-201-2/+3
* use err/warn instead of perrorlukem1997-10-111-41/+29
* Yet Another Monster Commit:lukem1997-10-101-39/+66
* hunt version 1993-07-17mrg1997-10-041-0/+1072