Fix warning; remove unused variable
This commit is contained in:
parent
6cb6239d0a
commit
e97e24f689
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user