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

Diff for /src/include/unistd.h between version 1.19 and 1.20

version 1.19, 1998/02/16 09:46:03 version 1.20, 1998/04/25 07:14:50
Line 145 
Line 145 
                 const char *, const char *, char *));                  const char *, const char *, char *));
 char    *re_comp __P((const char *));  char    *re_comp __P((const char *));
 int      re_exec __P((const char *));  int      re_exec __P((const char *));
 int      readlink __P((const char *, char *, int));  int      readlink __P((const char *, char *, size_t));
 int      reboot __P((int));  int      reboot __P((int));
 int      revoke __P((const char *));  int      revoke __P((const char *));
 int      rfork __P((int opts));  int      rfork __P((int opts));

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20