nss-pam-ldapd commit: r1402 - nss-pam-ldapd/compat
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1402 - 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: r1402 - nss-pam-ldapd/compat
- Date: Wed, 23 Mar 2011 21:30:31 +0100 (CET)
Author: arthur
Date: Wed Mar 23 21:30:28 2011
New Revision: 1402
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1402
Log:
typo fix in comment
Modified:
nss-pam-ldapd/compat/ether.h
Modified: nss-pam-ldapd/compat/ether.h
==============================================================================
--- nss-pam-ldapd/compat/ether.h Sat Mar 19 16:14:50 2011 (r1401)
+++ nss-pam-ldapd/compat/ether.h Wed Mar 23 21:30:28 2011 (r1402)
@@ -48,7 +48,7 @@
#ifdef HAVE_ETHER_NTOA
#if !HAVE_DECL_ETHER_NTOA
/* we define ether_ntoa() here because on some platforms the function is
- underfined */
+ undefined */
extern char *ether_ntoa(const struct ether_addr *e);
#endif /* not HAVE_DECL_ETHER_NTOA */
#endif /* HAVE_ETHER_NTOA */
@@ -56,7 +56,7 @@
#ifdef HAVE_ETHER_ATON
#if !HAVE_DECL_ETHER_ATON
/* we define ether_aton() here because on some platforms the function is
- underfined */
+ undefined */
extern struct ether_addr *ether_aton(const char *s);
#endif /* not HAVE_DECL_ETHER_ATON */
#endif /* HAVE_ETHER_ATON */
--
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: r1402 - nss-pam-ldapd/compat,
Commits of the nss-pam-ldapd project