/[cvs]/ccvs/lib/sunos57-select.c
ViewVC logotype

Diff of /ccvs/lib/sunos57-select.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mdb, Thu Nov 4 08:30:56 2004 UTC revision 1.3 by dprice, Tue Oct 4 14:43:02 2005 UTC
# Line 34  Line 34 
34  /* The rpl_select function calls the real select. */  /* The rpl_select function calls the real select. */
35  #undef select  #undef select
36    
37    #include <errno.h>
38  #include <stdbool.h>  #include <stdbool.h>
39  #include <stdio.h>  #include <stdio.h>
40  #include <sys/types.h>  #include <sys/types.h>
41  #include <sys/stat.h>  #include <sys/stat.h>
42  #include <errno.h>  #include <unistd.h>
   
 #ifdef HAVE_UNISTD_H  
 # include <unistd.h>  
 #endif /* HAVE_UNISTD_H */  
43    
44  #include "minmax.h"  #include "minmax.h"
45  #include "xtime.h"  #include "xtime.h"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26