summaryrefslogtreecommitdiff
path: root/games/sail/sync.c
AgeCommit message (Collapse)Author
2011-06-20Do not compare a `char' variable to EOF, which does not fit if `char' defaultsMiod Vallat
to unsigned (e.g. arm, powerpc); ok guenther@ matthew@ looks good deraadt@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2004-12-17fix an off-by-one and a case of snprintf() misuse.Moritz Jodeit
ok pjanzen@, henning@
2003-07-06convert some strncpy->strlcpyAnil Madhavapeddy
pjanzen@ ok
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-25string cleanup; ok millertTheo de Raadt
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
already, but he may have later changes to make still.
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
1999-01-18NetBSD merge with additional fixes from jsm28@cam.ac.uk. This game stillPaul Janzen
needs much more work.
1995-10-18initial import of NetBSD treeTheo de Raadt