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:30:01
perry
Wed Aug  5 21:24:26 PDT 1998
Update of /cvsroot/src/sys/net
In directory nb00:/tmp/cvs-serv24282

Modified Files:
	bpf.c 
Log Message:
Convert bcopy,bzero to memcpy,memset
This was semi-nontrivial, since a function pointer to bcopy gets used
in this file.
Note #1: The catchpacket routine, which takes a function pointer to
         bpf_mcpy or memcpy, should probably be converted to take a
         flag that just says which is used, so memcpy can be inlined.
Note #2: The code is heavily #ifdef'ed to run on older operating
         systems. We probably want to clean that cruft out, unless
         someone is planning a new release of the code at LBL (doubtful.)


perry
Wed Aug  5 21:25:56 PDT 1998
Update of /cvsroot/src/sys/net
In directory nb00:/tmp/cvs-serv24304

Modified Files:
	bpf.c 
Log Message:
Fix botched prototype decl in last fix.