diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_lge.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_lge.c b/sys/dev/pci/if_lge.c index 63a26f170d0..aaaf57ab693 100644 --- a/sys/dev/pci/if_lge.c +++ b/sys/dev/pci/if_lge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lge.c,v 1.4 2001/11/05 04:16:11 fgsch Exp $ */ +/* $OpenBSD: if_lge.c,v 1.5 2001/11/05 16:50:12 todd Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 @@ -959,7 +959,6 @@ void lge_rxeof(sc, cnt) struct lge_softc *sc; int cnt; { - struct ether_header *eh; struct mbuf *m; struct ifnet *ifp; struct lge_rx_desc *cur_rx; |