diff options
author | nectar <nectar@FreeBSD.org> | 2003-02-18 13:39:52 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-02-18 13:39:52 +0000 |
commit | e369901c4d167440aa02ef1987950bb77fba23c1 (patch) | |
tree | 4afd9096ca162a7605b911ec3ce13112b78ae4c2 /lib/libc/net/res_debug.c | |
parent | 6082d8705b68f88bdc0970a55dc6d70b772c9655 (diff) | |
download | FreeBSD-src-e369901c4d167440aa02ef1987950bb77fba23c1.zip FreeBSD-src-e369901c4d167440aa02ef1987950bb77fba23c1.tar.gz |
Whack 28 unused variables.
Diffstat (limited to 'lib/libc/net/res_debug.c')
-rw-r--r-- | lib/libc/net/res_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/res_debug.c b/lib/libc/net/res_debug.c index 22805ac..3481419 100644 --- a/lib/libc/net/res_debug.c +++ b/lib/libc/net/res_debug.c @@ -205,7 +205,7 @@ fp_query(const u_char *msg, FILE *file) { void fp_nquery(const u_char *msg, int len, FILE *file) { ns_msg handle; - int n, qdcount, ancount, nscount, arcount; + int qdcount, ancount, nscount, arcount; u_int opcode, rcode, id; if ((_res.options & RES_INIT) == 0 && res_init() == -1) |