Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 11/27/2000 19:33:04
Module Name:	basesrc
Committed By:	mycroft
Date:		Mon Nov 27 17:33:04 UTC 2000

Modified Files:
	basesrc/usr.sbin/dhcp/common: discover.c

Log Message:
For BPF, we must loop on receive_packet().  BPF may return multiple packets at
once, and we obviously won't get a select() hit for each one in that case.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/usr.sbin/dhcp/common/discover.c

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