OK, Here we go. Hopefully it will be good now as no more Thunderbird, but mutt instead directly from OpenBSD kind of work station for now. (;>
Best, Daniel Index: bdinit.c =================================================================== RCS file: /cvs/src/games/gomoku/bdinit.c,v retrieving revision 1.5 diff -u -p -r1.5 bdinit.c --- bdinit.c 3 Jun 2003 03:01:39 -0000 1.5 +++ bdinit.c 4 Jun 2009 13:55:17 -0000 @@ -43,8 +43,7 @@ static char rcsid[] = "$OpenBSD: bdinit. #include <string.h> void -bdinit(bp) - struct spotstr *bp; +bdinit(struct spotstr *bp) { int i, j, r; struct spotstr *sp; @@ -170,7 +169,7 @@ bdinit(bp) * common open spaces shared between the two frames. */ void -init_overlap() +init_overlap(void) { struct spotstr *sp1, *sp2; struct combostr *cbp;