diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-10 16:31:23 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-10 16:31:23 +0100 |
commit | 0828d65bf3e39c23a7fad25b2eda4a641b265907 (patch) | |
tree | c824e146d16d3622c52c655b97816c458bf0e9f2 /nss/shadow.c | |
parent | 50b0352f159d603065084a58be63b0d56a89dc0b (diff) |
switch to using prototypes that are defined in glibc 2.3.6
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@81 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/shadow.c')
-rw-r--r-- | nss/shadow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/shadow.c b/nss/shadow.c index aea6dbb..70bdaff 100644 --- a/nss/shadow.c +++ b/nss/shadow.c @@ -67,7 +67,7 @@ enum nss_status _nss_ldap_getspnam_r(const char *name,struct spwd *result,char * static __thread FILE *spentfp; #define fp spentfp -enum nss_status _nss_ldap_setspent(void) +enum nss_status _nss_ldap_setspent(int stayopen) { NSS_SETENT(NSLCD_ACTION_SHADOW_ALL); } |