summaryrefslogtreecommitdiff
path: root/sys/net/if_sl.c
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2007-10-13 14:21:02 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2007-10-13 14:21:02 +0000
commit329e9065abbefe6ee6cdf5d4710cdea84afe573b (patch)
treefdf185939c965ef2b058643feaf69c2a427e3d09 /sys/net/if_sl.c
parent0115679683cfc8967f018ec789ac06b2900d10bc (diff)
remove unneeded declarations that shadows existing vars; ok by many.
Diffstat (limited to 'sys/net/if_sl.c')
-rw-r--r--sys/net/if_sl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c
index 8fd80ad9414..5fc313e00a6 100644
--- a/sys/net/if_sl.c
+++ b/sys/net/if_sl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_sl.c,v 1.33 2007/09/15 16:43:51 henning Exp $ */
+/* $OpenBSD: if_sl.c,v 1.34 2007/10/13 14:21:01 fgsch Exp $ */
/* $NetBSD: if_sl.c,v 1.39.4.1 1996/06/02 16:26:31 thorpej Exp $ */
/*
@@ -553,8 +553,8 @@ slstart(tp)
* to the packet transmission time).
*/
struct mbuf *m1 = m;
- u_char *cp = bpfbuf + SLIP_HDRLEN;
+ cp = bpfbuf + SLIP_HDRLEN;
len = 0;
do {
int mlen = m1->m_len;