diff options
| author | christos <christos@NetBSD.org> | 1997-07-20 19:06:07 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-07-20 19:06:07 +0000 |
| commit | cf8c0114c2c8d9594b45b3a27156187638ea7004 (patch) | |
| tree | 0b602b3c27f41a810160cbe9d3cd71d7813c2c26 /include | |
| parent | 2e55bdaf6f93016aa64f62478fd69b92bf57be4a (diff) | |
Add user_from_uid and group_from_gid
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index 0047391de39..75e9bb6b0d2 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $NetBSD: unistd.h,v 1.37 1997/07/13 18:12:49 christos Exp $ */ +/* $NetBSD: unistd.h,v 1.38 1997/07/20 19:06:07 christos Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -127,6 +127,7 @@ int getpagesize __P((void)); char *getpass __P((const char *)); char *getusershell __P((void)); char *getwd __P((char *)); /* obsoleted by getcwd() */ +char *group_from_gid __P((u_int, int)); int initgroups __P((const char *, gid_t)); int iruserok __P((u_int32_t, int, const char *, const char *)); int mknod __P((const char *, mode_t, dev_t)); @@ -173,6 +174,7 @@ int truncate __P((const char *, off_t)); int ttyslot __P((void)); u_int ualarm __P((u_int, u_int)); int undelete __P((const char *)); +char *user_from_uid __P((u_int, int)); void usleep __P((u_int)); void *valloc __P((size_t)); /* obsoleted by malloc() */ pid_t vfork __P((void)); |
