From fc69394f0a37d10251c40a43effda0cff3889ec4 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 14 Feb 2002 01:59:47 +0000 Subject: 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 --- include/stdlib.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index 476f5204f375..1cdad58245de 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 -- cgit v1.3