diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-30 07:33:00 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-30 07:33:00 +0000 |
commit | db3e479ab35ce353114254538cc2fb7f8ede11d2 (patch) | |
tree | c2595c5fa8ef6fbfa878ad3a7a5616144fb3194d | |
parent | f071607aa1b78f39754b889f643d3ebaebf54cdd (diff) | |
download | coreutils-db3e479ab35ce353114254538cc2fb7f8ede11d2.tar.xz |
(getpwuid, getgrgid, getuid, getgid, geteuid, getegid)
[!defined _POSIX_VERSION]: Remove decls.
-rw-r--r-- | src/id.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -35,15 +35,6 @@ #define AUTHORS "Arnold Robbins", "David MacKenzie" -#ifndef _POSIX_VERSION -struct passwd *getpwuid (); -struct group *getgrgid (); -uid_t getuid (); -gid_t getgid (); -uid_t geteuid (); -gid_t getegid (); -#endif /* not _POSIX_VERSION */ - int getugroups (); static void print_user (uid_t uid); |