diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-12-16 23:45:08 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-12-16 23:45:08 +0100 |
commit | 8afe8b7a20f72c980834f4e943a0db0e5809302e (patch) | |
tree | 951e7d843bfe5173afad7b050bcf05313c747666 /nss/common.h | |
parent | f67d6f67b84daa6acd33dd8f4192a72bc46c3a63 (diff) |
remove debugging left-overs
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1334 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss/common.h')
-rw-r--r-- | nss/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nss/common.h b/nss/common.h index 74ba519..903f624 100644 --- a/nss/common.h +++ b/nss/common.h @@ -118,10 +118,7 @@ nss_backend_t *nss_ldap_constructor(nss_backend_op_t *ops,size_t sizeofops); /* destructor for LDAP backends */ nss_status_t nss_ldap_destructor(nss_backend_t *be,void UNUSED(*args)); -extern TFILE *xxfp; - /* easy way to get fp from back-end */ -/* #define LDAP_GET_FP(be) (((struct nss_ldap_backend*)(be))->fp) */ #define LDAP_BE(be) ((struct nss_ldap_backend*)(be)) #endif /* NSS_FLAVOUR_SOLARIS */ |