summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-14 01:59:47 +0000
committerimp <imp@FreeBSD.org>2002-02-14 01:59:47 +0000
commitf58558abb789d5e2b6a7deb4566483c01b0f4d58 (patch)
treeeeb67e79cff6a9d2211b5a4a193d0f32f920619a /include/stdlib.h
parent8c67ca76f79f837ceff85f7b9beb68cb784aaadd (diff)
downloadFreeBSD-src-f58558abb789d5e2b6a7deb4566483c01b0f4d58.zip
FreeBSD-src-f58558abb789d5e2b6a7deb4566483c01b0f4d58.tar.gz
Move user_from_uid to pwd.h
Move group_from_gid to grp.h Remove from stdlib.h Make the prototypes match the code Fix rm and mv to include new files. NetBSD has these defined in those files, and others too that I've not done. Approved by: terminal room kabal Reviewed by: jhb, phk
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 476f520..1cdad58 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -169,7 +169,6 @@ int getloadavg __P((double [], int));
__const char *
getprogname __P((void));
-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 +204,6 @@ unsigned long long
__uint64_t
strtouq __P((const char *, char **, int));
void unsetenv __P((const char *));
-char *user_from_uid __P((unsigned long, int));
#endif /* !_ANSI_SOURCE && !_POSIX_SOURCE */
__END_DECLS
OpenPOWER on IntegriCloud