diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-02-10 08:13:36 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-02-10 08:13:36 +0000 |
commit | 65601f30057eecc6c6627c92045ed1c4d52c1846 (patch) | |
tree | 4e439d5bc3bdaa336b6a7cd5c18dde9fb55ee7bf /nslcd/ldap-schema.c | |
parent | 38020b9d469575b866378ccec4d0f6d8d77c50e1 (diff) |
replace syslog calls to calls with our own logging module
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@240 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ldap-schema.c')
-rw-r--r-- | nslcd/ldap-schema.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nslcd/ldap-schema.c b/nslcd/ldap-schema.c index 4b5ddea..ebdc8a2 100644 --- a/nslcd/ldap-schema.c +++ b/nslcd/ldap-schema.c @@ -30,7 +30,6 @@ #include <netdb.h> #include <stdio.h> #include <string.h> -#include <syslog.h> #ifdef HAVE_LBER_H #include <lber.h> #endif |