diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-27 10:57:37 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-27 10:57:37 -0400 |
commit | 5ce33a62951afb0b4186446bea716650db55baf9 (patch) | |
tree | 7ade65cfdf4a9ac33b41da95281d7ab0bda5f054 /inet | |
parent | c2344f56e41b56036d6a16a30b9f32c19aa932d6 (diff) | |
download | glibc-5ce33a62951afb0b4186446bea716650db55baf9.tar.gz |
Minimal cleanup in innetgr.
Diffstat (limited to 'inet')
-rw-r--r-- | inet/getnetgrent_r.c | 2 |
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 *); |