Fix warning; remove unused variable

This commit is contained in:
peter 2001-06-15 07:32:25 +00:00
parent 6cb6239d0a
commit e97e24f689

View File

@ -95,7 +95,7 @@ atm_output(ifp, m0, dst, rt0)
struct rtentry *rt0;
{
u_int16_t etype = 0; /* if using LLC/SNAP */
int s, error = 0, sz;
int error = 0, sz;
struct atm_pseudohdr atmdst, *ad;
struct mbuf *m = m0;
struct rtentry *rt;