projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86717d
)
(getpwnam, getgrnam, getgrgid)
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 30 May 2005 07:31:12 +0000
(07:31 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 30 May 2005 07:31:12 +0000
(07:31 +0000)
[!defined _POSIX_VERSION]: Remove decls; not needed these days.
lib/userspec.c
patch
|
blob
|
history
diff --git
a/lib/userspec.c
b/lib/userspec.c
index c3992d288e0ed79c8b1dca269ed70c0d66fcabc6..5f5c5bf43c8650ce389301aa360a10a08f8622e8 100644
(file)
--- a/
lib/userspec.c
+++ b/
lib/userspec.c
@@
-53,12
+53,6
@@
#define _(msgid) gettext (msgid)
#define N_(msgid) msgid
-#ifndef _POSIX_VERSION
-struct passwd *getpwnam ();
-struct group *getgrnam ();
-struct group *getgrgid ();
-#endif
-
#ifndef HAVE_ENDGRENT
# define endgrent() ((void) 0)
#endif