Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/02/2001 16:37:52
Module Name:	syssrc
Committed By:	itojun
Date:		Thu Aug  2 13:37:51 UTC 2001

Modified Files:
	syssrc/sys/net: if_tun.c

Log Message:
do not break from loop even if m_len == 0.  it's valid to have
mbuf with m_len == 0 in mbuf chain.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 syssrc/sys/net/if_tun.c

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