From 1559de72063613a33fe9233276d260fe7df50db0 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 25 Aug 1996 20:02:43 +0000 Subject: [PATCH] +issetugid --- src/include/unistd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/unistd.h b/src/include/unistd.h index ffa97673..1dd4f874 100644 --- a/src/include/unistd.h +++ b/src/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.7 1996/08/22 20:36:59 millert Exp $ */ +/* $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,6 +177,7 @@ int undelete __P((const char *)); 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 */