Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compat/ether.h8
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 */