diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-04-25 14:19:01 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-04-25 14:19:01 +0200 |
commit | b9dbe019a442b0d202722faad5570ebc38bb0dd0 (patch) | |
tree | 7cd8856335e25eae7e5180a52da04bb5c153150d /compat | |
parent | f3e42b5da1f4e0d30fc6ebc1a1682bcfe453cf77 (diff) |
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
Diffstat (limited to 'compat')
-rw-r--r-- | compat/ether.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 */ |