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

Diff for /src/include/unistd.h between version 1.5 and 1.6

version 1.5, 1996/03/25 21:33:17 version 1.6, 1996/06/10 06:31:34
Line 1 
Line 1 
 /*      $NetBSD: unistd.h,v 1.26 1995/11/22 23:07:19 cgd Exp $  */  /*      $OpenBSD$ */
   /*      $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $      */
   
 /*-  /*-
  * Copyright (c) 1991 The Regents of the University of California.   * Copyright (c) 1991 The Regents of the University of California.
Line 127 
Line 128 
 char    *getusershell __P((void));  char    *getusershell __P((void));
 char    *getwd __P((char *));                   /* obsoleted by getcwd() */  char    *getwd __P((char *));                   /* obsoleted by getcwd() */
 int      initgroups __P((const char *, gid_t));  int      initgroups __P((const char *, gid_t));
 int      iruserok __P((u_long, int, const char *, const char *));  int      iruserok __P((u_int32_t, int, const char *, const char *));
 int      mknod __P((const char *, mode_t, dev_t));  int      mknod __P((const char *, mode_t, dev_t));
 int      mkstemp __P((char *));  int      mkstemp __P((char *));
 char    *mktemp __P((char *));  char    *mktemp __P((char *));

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6