summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-09-19 11:36:47 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-09-19 11:36:47 +0000
commit7922d4cf1aea3b1fbd56559c1f6c1a00c55fabf5 (patch)
tree45c80293f032867f9c5fccfb3063cbd0b1b5ec58 /lib/libc
parent26eed6e9a2ce39d356f95860b2b77646315d8b8f (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/getnetbydns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/getnetbydns.c b/lib/libc/net/getnetbydns.c
index fd771f2545a3..6e70ece95a05 100644
--- a/lib/libc/net/getnetbydns.c
+++ b/lib/libc/net/getnetbydns.c
@@ -269,7 +269,7 @@ _dns_getnetbyaddr(void *rval, void *cb_data, va_list ap)
} else if (anslen > sizeof(buf)) {
#ifdef DEBUG
if (_res.options & RES_DEBUG)
- printf("res_search static buffer too small");
+ printf("res_search static buffer too small\n");
#endif
return NS_UNAVAIL;
}
@@ -315,7 +315,7 @@ _dns_getnetbyname(void *rval, void *cb_data, va_list ap)
} else if (anslen > sizeof(buf)) {
#ifdef DEBUG
if (_res.options & RES_DEBUG)
- printf("res_search static buffer too small");
+ printf("res_search static buffer too small\n");
#endif
return NS_UNAVAIL;
}