summaryrefslogtreecommitdiff
path: root/inet
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-06-27 10:57:37 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-27 10:57:37 -0400
commit5ce33a62951afb0b4186446bea716650db55baf9 (patch)
tree7ade65cfdf4a9ac33b41da95281d7ab0bda5f054 /inet
parentc2344f56e41b56036d6a16a30b9f32c19aa932d6 (diff)
Minimal cleanup in innetgr.
Diffstat (limited to 'inet')
-rw-r--r--inet/getnetgrent_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/getnetgrent_r.c b/inet/getnetgrent_r.c
index 7e13e3be52..42045a201d 100644
--- a/inet/getnetgrent_r.c
+++ b/inet/getnetgrent_r.c
@@ -339,7 +339,7 @@ innetgr (const char *netgroup, const char *host, const char *user,
{
union
{
- int (*f) (const char *, struct __netgrent *);
+ enum nss_status (*f) (const char *, struct __netgrent *);
void *ptr;
} setfct;
void (*endfct) (struct __netgrent *);