nss-pam-ldapd commit: r1224 - nss-pam-ldapd/compat
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1224 - nss-pam-ldapd/compat
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1224 - nss-pam-ldapd/compat
- Date: Tue, 28 Sep 2010 21:39:59 +0200 (CEST)
Author: arthur
Date: Tue Sep 28 21:39:57 2010
New Revision: 1224
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1224
Log:
no need to provide a enum nss_status replacement because we don't use it
Modified:
nss-pam-ldapd/compat/nss_compat.h
Modified: nss-pam-ldapd/compat/nss_compat.h
==============================================================================
--- nss-pam-ldapd/compat/nss_compat.h Tue Sep 28 21:39:36 2010 (r1223)
+++ nss-pam-ldapd/compat/nss_compat.h Tue Sep 28 21:39:57 2010 (r1224)
@@ -69,17 +69,6 @@
typedef enum nss_status nss_status_t;
#endif
-#ifndef HAVE_ENUM_NSS_STATUS
-enum nss_status
-{
- NSS_STATUS_TRYAGAIN = NSS_TRYAGAIN,
- NSS_STATUS_UNAVAIL = NSS_UNAVAIL,
- NSS_STATUS_NOTFOUND = NSS_NOTFOUND,
- NSS_STATUS_SUCCESS = NSS_SUCCESS,
- NSS_STATUS_RETURN = NSS_NOTFOUND
-};
-#endif
-
/* Define an aliasent if it was not found on the system. */
#ifndef HAVE_STRUCT_ALIASENT
struct aliasent
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1224 - nss-pam-ldapd/compat,
Commits of the nss-pam-ldapd project