Module Name: src
Committed By: freza
Date: Thu Dec 31 13:10:47 UTC 2009
Modified Files:
src/sys/arch/evbppc/virtex/dev: if_temac.c
Log Message:
Remove unused variable, makes VIRTEX_* kernels compile again.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbppc/virtex/dev/if_temac.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbppc/virtex/dev/if_temac.c
diff -u src/sys/arch/evbppc/virtex/dev/if_temac.c:1.4 src/sys/arch/evbppc/virtex/dev/if_temac.c:1.5
--- src/sys/arch/evbppc/virtex/dev/if_temac.c:1.4 Tue Feb 12 18:03:43 2008
+++ src/sys/arch/evbppc/virtex/dev/if_temac.c Thu Dec 31 13:10:46 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: if_temac.c,v 1.4 2008/02/12 18:03:43 dyoung Exp $ */
+/* $NetBSD: if_temac.c,v 1.5 2009/12/31 13:10:46 freza Exp $ */
/*
* Copyright (c) 2006 Jachym Holecek
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_temac.c,v 1.4 2008/02/12 18:03:43 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_temac.c,v 1.5 2009/12/31 13:10:46 freza Exp $");
#include "bpfilter.h"
@@ -649,7 +649,6 @@
temac_ioctl(struct ifnet *ifp, u_long cmd, void *data)
{
struct temac_softc *sc = (struct temac_softc *)ifp->if_softc;
- struct ifreq *ifr = (struct ifreq *)data;
int s, ret;
s = splnet();