Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Christoph Badura <bad@netbsd.org>
List: source-changes
Date: 05/29/1999 15:36:09
Module Name:	syssrc
Committed By:	bad
Date:		Sat May 29 22:36:08 UTC 1999

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

Log Message:
Don't assume the Token-Ring source route is in the m_pktdat.  Use
m_data instead.  This isn't a problem with ARP packets but is correct
way to this.

Noticed by pmara@cactus.org (Shashi Mara).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/net/if_tokensubr.c
cvs rdiff -r1.59 -r1.60 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.