diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-02-13 10:11:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-02-13 10:11:38 +0000 |
| commit | 906a42ebca1ca35d00669077d2c09cef0b72efcd (patch) | |
| tree | 688f40acf7f11f50058ba5b0bc20e683297a68e7 /include/stdlib.h | |
| parent | 5644da9ee588bbf9b971a7df0138d841f5c1747b (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 2a3c2f7e5093..476f5204f375 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -169,7 +169,7 @@ int getloadavg __P((double [], int)); __const char * getprogname __P((void)); -char *group_from_gid __P((gid_t, int)); +char *group_from_gid __P((unsigned long, int)); int heapsort __P((void *, size_t, size_t, int (*)(const void *, const void *))); char *initstate __P((unsigned long, char *, long)); @@ -205,7 +205,7 @@ unsigned long long __uint64_t strtouq __P((const char *, char **, int)); void unsetenv __P((const char *)); -char *user_from_uid __P((uid_t, int)); +char *user_from_uid __P((unsigned long, int)); #endif /* !_ANSI_SOURCE && !_POSIX_SOURCE */ __END_DECLS |
