From b9dbe019a442b0d202722faad5570ebc38bb0dd0 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 25 Apr 2008 12:19:01 +0000 Subject: fix typos in references to HAVE_ETHER_NTOA_R and HAVE_ETHER_ATON_R macros git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@696 ef36b2f9-881f-0410-afb5-c4e39611909c --- compat/ether.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'compat') diff --git a/compat/ether.h b/compat/ether.h index fc4a2ff..fc1525e 100644 --- a/compat/ether.h +++ b/compat/ether.h @@ -37,13 +37,13 @@ struct ether_addr { }; #endif /* not HAVE_STRUCT_ETHER_ADDR */ -#ifndef HAVE_ENTHER_NTOA_R +#ifndef HAVE_ETHER_NTOA_R char *ether_ntoa_r(const struct ether_addr *addr,char *buf); -#endif /* not HAVE_ENTHER_NTOA_R */ +#endif /* not HAVE_ETHER_NTOA_R */ -#ifndef HAVE_ENTHER_NTOA_R +#ifndef HAVE_ETHER_ATON_R struct ether_addr *ether_aton_r(const char *asc,struct ether_addr *addr); -#endif /* not HAVE_ENTHER_NTOA_R */ +#endif /* not HAVE_ETHER_ATON_R */ #endif /* not _COMPAT_ETHER_H */ -- cgit v1.2.3