$NetBSD$

- fix void main

--- main.c~	2000-04-03 00:11:46.000000000 +0000
+++ main.c
@@ -230,7 +230,7 @@ int check_options(int argc, char *argv[]
     return option_entered;
 }
 
-void main(int argc, char *argv[])
+int main(int argc, char *argv[])
 {
     struct coord pos[] = {
 	{35, 34, 12, 11},	/* stop */
