projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b9b674
)
(_nss_files_endnetgrent): Change return value type to match expected type.
author
drepper
<drepper>
Fri, 25 Nov 2005 16:08:10 +0000
(16:08 +0000)
committer
drepper
<drepper>
Fri, 25 Nov 2005 16:08:10 +0000
(16:08 +0000)
nss/nss_files/files-netgrp.c
patch
|
blob
|
history
diff --git
a/nss/nss_files/files-netgrp.c
b/nss/nss_files/files-netgrp.c
index
45f3b8a
..
4b5d774
100644
(file)
--- a/
nss/nss_files/files-netgrp.c
+++ b/
nss/nss_files/files-netgrp.c
@@
-153,7
+153,7
@@
_nss_files_setnetgrent (const char *group, struct __netgrent *result)
}
-int
+enum nss_status
_nss_files_endnetgrent (struct __netgrent *result)
{
/* Free allocated memory for data if some is present. */