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

Diff for /src/include/unistd.h between version 1.53 and 1.54

version 1.53, 2005/05/27 17:45:56 version 1.54, 2005/11/20 02:24:59
Line 130 
Line 130 
 #endif  #endif
   
 int      acct(const char *);  int      acct(const char *);
 char    *brk(const char *);  void    *brk(void *);
 int      chroot(const char *);  int      chroot(const char *);
 #if !defined(_XOPEN_SOURCE)  #if !defined(_XOPEN_SOURCE)
 int      closefrom(int);  int      closefrom(int);
Line 188 
Line 188 
 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 *);
 int      quotactl(const char *, int, int, char *);  int      quotactl(const char *, int, int, char *);
 char    *sbrk(int);  void    *sbrk(int);
   
 #if !defined(_XOPEN_SOURCE)  #if !defined(_XOPEN_SOURCE)
 int      select(int, fd_set *, fd_set *, fd_set *, struct timeval *);  int      select(int, fd_set *, fd_set *, fd_set *, struct timeval *);

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54