Subject: NetBSD master CVS tree commits
To: None <source-changes@netbsd.org>
From: The Source of All Evil <source@netbsd.org>
List: source-changes
Date: 08/05/1998 21:40:01
perry
Wed Aug  5 21:37:57 PDT 1998
Update of /cvsroot/src/sys/net
In directory nb00:/tmp/cvs-serv24342

Modified Files:
	bpf.c 
Log Message:
Sigh. "consts in prototypes can be quite a drag..."
fix last two fixes one more time, this time dealing with ugly
prototype issues, including the fact that the bcopy returns nothing,
but memcpy returns a void *. Never mind that we don't use it...