diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-09 13:50:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-09 13:50:05 +0000 |
commit | 9c5bf81d485a2f0086b179d8db06a377f2cf58c9 (patch) | |
tree | d187aee8c2dd8766b0ff4f294462b7a4545774b7 | |
parent | e1f027dbecc746ab9134cf7a4a33625194295077 (diff) |
proto getgrouplist()
-rw-r--r-- | include/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index 1dd4f874b5b..e0bb51719ad 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.8 1996/08/25 20:02:43 deraadt Exp $ */ +/* $OpenBSD: unistd.h,v 1.9 1996/12/09 13:50:04 deraadt Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -120,6 +120,7 @@ int fsync __P((int)); int ftruncate __P((int, off_t)); int getdomainname __P((char *, int)); int getdtablesize __P((void)); +int getgrouplist __P((const char *, gid_t, gid_t *, int *)); long gethostid __P((void)); int gethostname __P((char *, int)); mode_t getmode __P((const void *, mode_t)); |