Revision: 1311
http://svn.sourceforge.net/complement/?rev=1311&view=rev
Author: complement
Date: 2006-10-11 00:10:13 -0700 (Wed, 11 Oct 2006)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/explore/lib/sockios/freebsd/res_config.h
Modified: trunk/explore/lib/sockios/freebsd/res_config.h
===================================================================
--- trunk/explore/lib/sockios/freebsd/res_config.h 2006-10-10 18:13:50 UTC (rev 1310)
+++ trunk/explore/lib/sockios/freebsd/res_config.h 2006-10-11 07:10:13 UTC (rev 1311)
@@ -4,5 +4,5 @@
#undef USELOOPBACK /* res_init() bind to localhost */
#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
-#define CHICK_SRVR_EDDR 1 /* confirm that the server requested sent the reply */
+#define CHECK_SRVR_ADDR 1 /* confirm that the server requested sent the reply */
#define BIND_UPDATE 1 /* update support */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|