summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-19 06:44:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-19 06:44:08 +0000
commit3a8e5d87b3917bd36d37a762628d3d67bcee8be9 (patch)
tree3a3daa1fe967e43f07fbcff793ddb8952baf4677
parent2054cbdef773c30f79a92a4568b4ae216c4d5b63 (diff)
add getpgid() proto; form
-rw-r--r--include/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 5f6e47ad7b3..7a43d447438 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unistd.h,v 1.22 1998/06/30 23:03:09 deraadt Exp $ */
+/* $OpenBSD: unistd.h,v 1.23 1998/11/19 06:44:07 deraadt Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@@ -78,6 +78,7 @@ int getgroups __P((int, gid_t *));
char *getlogin __P((void));
pid_t getpgrp __P((void));
pid_t getpid __P((void));
+pid_t getpgid __P((pid_t));
pid_t getppid __P((void));
uid_t getuid __P((void));
int isatty __P((int));