summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-13 10:11:38 +0000
committerimp <imp@FreeBSD.org>2002-02-13 10:11:38 +0000
commit3a8afc40394d66c55f70aad6b771649dd7fd91ef (patch)
tree688f40acf7f11f50058ba5b0bc20e683297a68e7 /include
parent15780b011680726af79b52e1595fd7d21182ee85 (diff)
downloadFreeBSD-src-3a8afc40394d66c55f70aad6b771649dd7fd91ef.zip
FreeBSD-src-3a8afc40394d66c55f70aad6b771649dd7fd91ef.tar.gz
Revert 1.29. It breaks the build. Will figure out a better way to do
this that doesn't break things.
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 2a3c2f7..476f520 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
OpenPOWER on IntegriCloud