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

Diff for /src/include/unistd.h between version 1.29 and 1.30

version 1.29, 2000/01/27 05:18:47 version 1.30, 2000/02/19 13:21:25
Line 185 
Line 185 
 void     setusershell __P((void));  void     setusershell __P((void));
 void     swab __P((const void *, void *, size_t));  void     swab __P((const void *, void *, size_t));
 int      swapon __P((const char *));  int      swapon __P((const char *));
 int      swapctl __P((int cmd, void *arg, int misc));  int      swapctl __P((int cmd, const void *arg, int misc));
 int      symlink __P((const char *, const char *));  int      symlink __P((const char *, const char *));
 void     sync __P((void));  void     sync __P((void));
 int      syscall __P((int, ...));  int      syscall __P((int, ...));

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30