diff options
Diffstat (limited to 'StdLib/BsdSocketLib/gethostbydns.c')
-rw-r--r-- | StdLib/BsdSocketLib/gethostbydns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StdLib/BsdSocketLib/gethostbydns.c b/StdLib/BsdSocketLib/gethostbydns.c index 25e7c3b142..17c43ba59c 100644 --- a/StdLib/BsdSocketLib/gethostbydns.c +++ b/StdLib/BsdSocketLib/gethostbydns.c @@ -129,8 +129,10 @@ u_int16_t _getshort(const u_char *src); #define MAXALIASES 35
#define MAXADDRS 35
+#ifdef _ORG_FREEBSD_
static const char AskedForGot[] =
"gethostby*.gethostanswer: asked for \"%s\", got \"%s\"";
+#endif
static char *h_addr_ptrs[MAXADDRS + 1];
|