Remove two stray lines that snuck in the cvs merge

This commit is contained in:
Warner Losh 2002-06-26 14:18:36 +00:00
parent a85eac0492
commit 145ec10619
2 changed files with 0 additions and 2 deletions

View File

@ -389,7 +389,6 @@ gethostanswer(answer, anslen, qname, qtype)
bp += nn;
}
buflen -= sizeof(align) - ((u_long)bp % sizeof(align));
bp += sizeof(align) - ((u_long)bp % sizeof(align));
if (bp + n >= ep) {

View File

@ -178,7 +178,6 @@ static char *net_aliases[MAXALIASES], netbuf[PACKETSZ];
*ap++ = bp;
n = strlen(bp) + 1;
bp += n;
buflen -= n;
net_entry.n_addrtype =
(class == C_IN) ? AF_INET : AF_UNSPEC;
haveanswer++;