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

Diff for /src/include/unistd.h between version 1.2 and 1.3

version 1.2, 1995/12/14 06:53:22 version 1.3, 1996/01/12 14:45:42
Line 143 
Line 143 
 int      readlink __P((const char *, char *, int));  int      readlink __P((const char *, char *, int));
 int      reboot __P((int));  int      reboot __P((int));
 int      revoke __P((const char *));  int      revoke __P((const char *));
   int      rfork __P((int opts));
 int      rresvport __P((int *));  int      rresvport __P((int *));
 int      ruserok __P((const char *, int, const char *, const char *));  int      ruserok __P((const char *, int, const char *, const char *));
 char    *sbrk __P((int));  char    *sbrk __P((int));

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