Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/net
At Sat, 28 Nov 2009 10:23:44 +0100,
Marc Balmer wrote:
> > + case ETHERTYPE_AARP:
> > /* probably this should be done with a NETISR as well */
> > - aarpinput(ifp, m); /* XXX */
> > - return;
> > + arpinput(ifp, m); /* XXX */
> > + return;
> > #endif /* NETATALK */
> > default:
> > m_freem(m);
> >
>
> the last hunk is wrong and broke the release build. note that you stripped
> an 'a' from the aarpinput() funtion name.
> (I fixed it in the tree, btw.)
Oops, sorry. and thank you to fix it.
---
Tetsuya Isaki <isaki%NetBSD.org@localhost>
Home |
Main Index |
Thread Index |
Old Index