[gforth] / gforth / Attic / select.c  

gforth: gforth/Attic/select.c

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

version 1.3, Tue Nov 7 18:06:59 1995 UTC version 1.4, Mon Sep 23 20:42:01 1996 UTC
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;


Generate output suitable for use with a patch program
Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help