[BACK]Return to unistd.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/unistd.h between version 1.66 and 1.67

version 1.66, 2011/11/09 15:34:18 version 1.67, 2012/01/13 13:16:44
Line 250 
Line 250 
 int      rresvport_af(int *, int);  int      rresvport_af(int *, int);
 int      ruserok(const char *, int, const char *, const char *);  int      ruserok(const char *, int, const char *, const char *);
 #ifndef _SELECT_DEFINED_  #ifndef _SELECT_DEFINED_
 #define _SELECT_DECLARED  #define _SELECT_DEFINED_
 struct timeval;  struct timeval;
 int      select(int, fd_set *, fd_set *, fd_set *, struct timeval *);  int      select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
 #endif  #endif

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67