From 7eb82402e3fc8d2bc7e8cc12b028261dca3360a8 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 10 Jul 2014 10:37:10 +1000 Subject: [PATCH] Revert "update description to match code; doxygen fixes" This reverts commit 1fc784da63836cb79544368bb9f73207027490af. --- lib/isc/unix/include/isc/net.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/isc/unix/include/isc/net.h b/lib/isc/unix/include/isc/net.h index 50d74690f2..d86bb0fbc8 100644 --- a/lib/isc/unix/include/isc/net.h +++ b/lib/isc/unix/include/isc/net.h @@ -376,8 +376,4 @@ isc_net_aton(const char *cp, struct in_addr *addr); ISC_LANG_ENDDECLS -#ifndef INADDR_ANY -#error INADDR_ANY not defined -#endif - #endif /* ISC_NET_H */