mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-28 11:34:42 -04:00
(getpwnam, getgrnam): Remove decl.
(getuid, getgid) [!defined _POSIX_VERSION]: Remove decls.
This commit is contained in:
+1
-9
@@ -1,5 +1,5 @@
|
||||
/* install - copy files and set attributes
|
||||
Copyright (C) 89, 90, 91, 1995-2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 89, 90, 91, 1995-2005 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -47,14 +47,6 @@
|
||||
# include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
struct passwd *getpwnam ();
|
||||
struct group *getgrnam ();
|
||||
|
||||
#ifndef _POSIX_VERSION
|
||||
uid_t getuid ();
|
||||
gid_t getgid ();
|
||||
#endif
|
||||
|
||||
#if ! HAVE_ENDGRENT
|
||||
# define endgrent() ((void) 0)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user