mirror of git://sourceware.org/git/glibc.git
(_nss_nis_setrpcent): Fix declaration to match prototype.
This commit is contained in:
parent
6c9914d8e1
commit
7d2d622a4e
|
@ -156,7 +156,7 @@ _nss_create_tablename (int *errnop)
|
|||
|
||||
|
||||
enum nss_status
|
||||
_nss_nisplus_setrpcent (void)
|
||||
_nss_nisplus_setrpcent (int stayopen)
|
||||
{
|
||||
enum nss_status status = NSS_STATUS_SUCCESS;
|
||||
int err;
|
||||
|
|
Loading…
Reference in New Issue