artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dbfda6
)
Fix typo.
author
briggs
<briggs@openbsd.org>
Mon, 17 Mar 1997 04:26:15 +0000
(
04:26
+0000)
committer
briggs
<briggs@openbsd.org>
Mon, 17 Mar 1997 04:26:15 +0000
(
04:26
+0000)
sys/arch/mac68k/dev/if_sn.c
patch
|
blob
|
history
diff --git
a/sys/arch/mac68k/dev/if_sn.c
b/sys/arch/mac68k/dev/if_sn.c
index
745c98a
..
5e7cbd9
100644
(file)
--- a/
sys/arch/mac68k/dev/if_sn.c
+++ b/
sys/arch/mac68k/dev/if_sn.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_sn.c,v 1.1
2 1997/03/17 04:20:54
briggs Exp $ */
+/* $OpenBSD: if_sn.c,v 1.1
3 1997/03/17 04:26:15
briggs Exp $ */
/*
* National Semiconductor SONIC Driver
@@
-357,7
+357,7
@@
outloop:
len = m->m_pkthdr.len;
m_freem(m);
} else {
- IF_PREPEND(ifp->if_snd, m);
+ IF_PREPEND(
&
ifp->if_snd, m);
return;
}