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

Diff for /src/include/unistd.h between version 1.8 and 1.9

version 1.8, 1996/08/25 20:02:43 version 1.9, 1996/12/09 13:50:04
Line 120 
Line 120 
 int      ftruncate __P((int, off_t));  int      ftruncate __P((int, off_t));
 int      getdomainname __P((char *, int));  int      getdomainname __P((char *, int));
 int      getdtablesize __P((void));  int      getdtablesize __P((void));
   int      getgrouplist __P((const char *, gid_t, gid_t *, int *));
 long     gethostid __P((void));  long     gethostid __P((void));
 int      gethostname __P((char *, int));  int      gethostname __P((char *, int));
 mode_t   getmode __P((const void *, mode_t));  mode_t   getmode __P((const void *, mode_t));

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9