* nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Change
	return value type to match expected type.
This commit is contained in:
Ulrich Drepper 2005-11-25 16:09:10 +00:00
parent 85f90d22b6
commit 34da0098e5
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
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]
* nis/ypclnt.c (yp_order): Correct test for invalid parameter.

View File

@ -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. */