diff options
author | 1996-12-09 13:50:04 +0000 | |
---|---|---|
committer | 1996-12-09 13:50:04 +0000 | |
commit | 5248c22626d52dd6518bde0fce3839a4fc03eaa9 (patch) | |
tree | 8f1725ee53cff6fdd19271077d12db54e3d24f4f | |
parent | better error messages (diff) | |
download | wireguard-openbsd-5248c22626d52dd6518bde0fce3839a4fc03eaa9.tar.xz wireguard-openbsd-5248c22626d52dd6518bde0fce3839a4fc03eaa9.zip |
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)); |