summaryrefslogtreecommitdiff
path: root/games/phantasia/main.c
AgeCommit message (Expand)Author
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2016-08-27Pull in <time.h> for time() and perhaps other functionsPhilip Guenther
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-08add missing 'void'tb
2016-01-06Remove unnecessary header files from phantasia(6)mestre
2016-01-06Ansify the bulk of phantasia. No binary change on amd64. Basedtb
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,Philip Guenther
2014-07-12Remove a pile of (obviously unused) #ifdef SYSV and BSD41 and BSD42Theo de Raadt
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2010-12-15as of 1989, fread/fwrite take void *, so there's no need to cast to char *.Ted Unangst
2003-04-25comment repairTheo de Raadt
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2002-05-31crmode -> cbreakPaul Janzen
2002-05-06do not install a SIGSEGV handlerTodd C. Miller
2001-02-04Tidy, avoid segfaults on unknown users, and deal with long usernamesPaul Janzen
2000-06-29use SEEK_SET; improve an error message.Paul Janzen
1998-11-29NetBSD merge (mainly -Wall related)Paul Janzen
1998-11-28Clear up a warning: printw doesn't take a const char, printf doesPaul Janzen
1998-07-10Ok, so I was bored and couldn't sleep...Jason Downs
1997-12-08avoid fclose(NULL)Theo de Raadt
1996-05-26fixed the "/* in comments" problem.fn
1995-10-18initial import of NetBSD treeTheo de Raadt