Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic fix typo in previous commit.
details: https://anonhg.NetBSD.org/src/rev/c6c08489b563
branches: trunk
changeset: 477548:c6c08489b563
user: enami <enami%NetBSD.org@localhost>
date: Wed Oct 20 16:39:11 1999 +0000
description:
fix typo in previous commit.
diffstat:
sys/dev/ic/elink3.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 27cd5708379a -r c6c08489b563 sys/dev/ic/elink3.c
--- a/sys/dev/ic/elink3.c Wed Oct 20 16:34:22 1999 +0000
+++ b/sys/dev/ic/elink3.c Wed Oct 20 16:39:11 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: elink3.c,v 1.60 1999/10/20 16:34:22 enami Exp $ */
+/* $NetBSD: elink3.c,v 1.61 1999/10/20 16:39:11 enami Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -496,7 +496,7 @@
GO_WINDOW(1); /* Window 1 is operating window */
#if NBPFILTER > 0
- bpfattach(ifp->if_bpf, ifp, DLT_EN10MB, sizeof(struct ether_header));
+ bpfattach(&ifp->if_bpf, ifp, DLT_EN10MB, sizeof(struct ether_header));
#endif
#if NRND > 0
Home |
Main Index |
Thread Index |
Old Index