diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 12:53:36 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 12:53:36 +0000 |
| commit | 6dac8ac9e5ffbefb9386dc0451e83d6445b78f40 (patch) | |
| tree | 486abf1f9f616d966d1546114ba2c7eb29bb7839 /lib/libc/net/gethostbydns.c | |
| parent | 682d5741730e6095ef58543ced8c1846d0ae91ac (diff) | |
Notes
Diffstat (limited to 'lib/libc/net/gethostbydns.c')
| -rw-r--r-- | lib/libc/net/gethostbydns.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/net/gethostbydns.c b/lib/libc/net/gethostbydns.c index 4a566557d3c0..a11364076012 100644 --- a/lib/libc/net/gethostbydns.c +++ b/lib/libc/net/gethostbydns.c @@ -98,6 +98,10 @@ static u_char host_addr[16]; /* IPv4 or IPv6 */ static void addrsort __P((char **, int)); #endif +#ifdef DEBUG +static void dprintf(char *, int) __printflike(1, 0); +#endif + #if PACKETSZ > 1024 #define MAXPACKET PACKETSZ #else |
