diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-11-05 16:50:13 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-11-05 16:50:13 +0000 |
commit | 6278fb02068a0fc75a8a6ecb4ed0a3292aad76ab (patch) | |
tree | 90d67308117fe94bde4c608370a898da2760b00b /sys | |
parent | f719a7fb7b6728ca724a45da84af9d776a17f1f6 (diff) |
compile fix; fgsch@ ok
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; |