Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/mac68k/dev Undo pullup of revision 1.15 (reque...



details:   https://anonhg.NetBSD.org/src/rev/c4eaa358012b
branches:  netbsd-1-4
changeset: 469972:c4eaa358012b
user:      he <he%NetBSD.org@localhost>
date:      Wed Jan 05 23:52:31 2000 +0000

description:
Undo pullup of revision 1.15 (requested by scottr).
  The fix in that revision is not relevant to the netbsd-1-4 branch.

diffstat:

 sys/arch/mac68k/dev/if_mc.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 25725e86cd27 -r c4eaa358012b sys/arch/mac68k/dev/if_mc.c
--- a/sys/arch/mac68k/dev/if_mc.c       Wed Jan 05 23:48:57 2000 +0000
+++ b/sys/arch/mac68k/dev/if_mc.c       Wed Jan 05 23:52:31 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mc.c,v 1.12.4.1 1999/12/20 15:03:18 he Exp $        */
+/*     $NetBSD: if_mc.c,v 1.12.4.2 2000/01/05 23:52:31 he Exp $        */
 
 /*-
  * Copyright (c) 1997 David Huang <khym%bga.com@localhost>
@@ -624,9 +624,7 @@
        int len;
 {
        struct ifnet *ifp = &sc->sc_if;
-#if NBPFILTER > 0
        struct ether_header *eh = (struct ether_header *)pkt;
-#endif
        struct mbuf *m;
 
        if (len <= sizeof(struct ether_header) ||



Home | Main Index | Thread Index | Old Index