mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
[BZ #1926]
* nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Change return value type to match expected type.
This commit is contained in:
parent
85f90d22b6
commit
34da0098e5
@ -1,5 +1,9 @@
|
|||||||
2005-11-25 Ulrich Drepper <drepper@redhat.com>
|
2005-11-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #1926]
|
||||||
|
* nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Change
|
||||||
|
return value type to match expected type.
|
||||||
|
|
||||||
[BZ #1925]
|
[BZ #1925]
|
||||||
* nis/ypclnt.c (yp_order): Correct test for invalid parameter.
|
* nis/ypclnt.c (yp_order): Correct test for invalid parameter.
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ _nss_files_setnetgrent (const char *group, struct __netgrent *result)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
enum nss_status
|
||||||
_nss_files_endnetgrent (struct __netgrent *result)
|
_nss_files_endnetgrent (struct __netgrent *result)
|
||||||
{
|
{
|
||||||
/* Free allocated memory for data if some is present. */
|
/* Free allocated memory for data if some is present. */
|
||||||
|
Loading…
Reference in New Issue
Block a user