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

Diff for /src/include/unistd.h between version 1.85 and 1.86

version 1.85, 2014/04/21 11:28:26 version 1.86, 2014/05/16 21:28:15
Line 410 
Line 410 
 #endif  #endif
   
 #if __XPG_VISIBLE || __BSD_VISIBLE  #if __XPG_VISIBLE || __BSD_VISIBLE
   #if __BSD_VISIBLE
   int     crypt_checkpass(const char *, const char *);
   #endif
 char    *crypt(const char *, const char *);  char    *crypt(const char *, const char *);
 int      encrypt(char *, int);  int      encrypt(char *, int);
 int      fchdir(int);  int      fchdir(int);

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86