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/ns_name.c | |
parent | 6082d8705b68f88bdc0970a55dc6d70b772c9655 (diff) | |
download | FreeBSD-src-e369901c4d167440aa02ef1987950bb77fba23c1.zip FreeBSD-src-e369901c4d167440aa02ef1987950bb77fba23c1.tar.gz |
Whack 28 unused variables.
Diffstat (limited to 'lib/libc/net/ns_name.c')
-rw-r--r-- | lib/libc/net/ns_name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/ns_name.c b/lib/libc/net/ns_name.c index ae238b0..5422875 100644 --- a/lib/libc/net/ns_name.c +++ b/lib/libc/net/ns_name.c @@ -243,7 +243,7 @@ ns_name_unpack(const u_char *msg, const u_char *eom, const u_char *src, { const u_char *srcp, *dstlim; u_char *dstp; - int n, c, len, checked; + int n, len, checked; len = -1; checked = 0; |