Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Christoph Badura <bad@netbsd.org>
List: source-changes
Date: 05/29/1999 17:39:08
Module Name:	syssrc
Committed By:	bad
Date:		Sun May 30 00:39:08 UTC 1999

Modified Files:
	syssrc/sys/net: if_token.h if_tokensubr.c
	syssrc/sys/netinet: if_arp.c

Log Message:
Fix thinko of mine in previous.  The source route info is not at m->m_data
after various m_adj()s have been done.  Kludge around this with a cheesy
macro that knows where the drivers put the mac header in the first mbuf.

XXX There should be a better way to do this.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/net/if_token.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/net/if_tokensubr.c
cvs rdiff -r1.60 -r1.61 syssrc/sys/netinet/if_arp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.