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:08:20
Module Name:	basesrc
Committed By:	mycroft
Date:		Mon Nov 27 17:08:19 UTC 2000

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

Log Message:
Make sure to BPF_WORDALIGN() the buffer pointer for each packet, as BPF does in
the kernel.  Otherwise the pointers get out of sync and dhcpd goes nuts.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/usr.sbin/dhcp/common/bpf.c

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