=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/unistd.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/include/unistd.h 1998/06/30 23:03:09 1.22 +++ src/include/unistd.h 1998/11/19 06:44:07 1.23 @@ -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 @@ 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));