Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/shadow.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-10 16:31:23 +0100
committerArthur de Jong <arthur@arthurdejong.org>2006-11-10 16:31:23 +0100
commit0828d65bf3e39c23a7fad25b2eda4a641b265907 (patch)
treec824e146d16d3622c52c655b97816c458bf0e9f2 /nss/shadow.c
parent50b0352f159d603065084a58be63b0d56a89dc0b (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.c2
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);
}