=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/unistd.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/include/unistd.h 1996/08/22 20:36:59 1.7 --- src/include/unistd.h 1996/08/25 20:02:43 1.8 *************** *** 1,4 **** ! /* $OpenBSD: unistd.h,v 1.7 1996/08/22 20:36:59 millert Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: unistd.h,v 1.8 1996/08/25 20:02:43 deraadt Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- *************** *** 177,182 **** --- 177,183 ---- void usleep __P((u_int)); void *valloc __P((size_t)); /* obsoleted by malloc() */ pid_t vfork __P((void)); + int issetugid __P((void)); int getopt __P((int, char * const *, const char *)); extern char *optarg; /* getopt(3) external variables */