summaryrefslogtreecommitdiffstats
path: root/games/atc/struct.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include only needed header files per each source filemestre2015-12-311-1/+3
| | | | OK tb@
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-161-2/+2
| | | | | | | | | and <sys/ttydefaults.h> Replace MAXPATHLEN with PATH_MAX and MAXLOGNAME with LOGIN_NAME_MAX Pull in <limits.h> where needed Prefer sizeof(var) over MAXFOO or FOO_MAX ok deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Tidying: change a constant to a #define, stop logging hostnames with thepjanzen2001-02-041-3/+2
| | | | score, use strlcpy(), and make it work with long usernames.
* Cleanup, partially from NetBSD and jsm28@cam.ac.uk. No longer segfaults ifpjanzen1998-09-211-0/+1
| | | | scorefile can't be opened. New -q quiet option. Partial man page reformat.
* initial import of NetBSD treederaadt1995-10-181-0/+113