--- gforth/Attic/select.c 1995/11/07 18:06:59 1.3 +++ gforth/Attic/select.c 1996/09/23 20:42:01 1.4 @@ -22,7 +22,7 @@ #include -void select(int n, int a, int b, int c, struct timeval * timeout) +int select(int n, fd_set *a, fd_set *b, fd_set *c, struct timeval * timeout) { struct timeval time1; struct timeval time2;