Diff for /gforth/Attic/select.c between versions 1.3 and 1.4

version 1.3, 1995/11/07 18:06:59 version 1.4, 1996/09/23 20:42:01
Line 22 Line 22
   
 #include <sys/time.h>  #include <sys/time.h>
   
 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 time1;
    struct timeval time2;     struct timeval time2;

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>