Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/12/2000 19:55:22
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Dec 12 17:55:22 UTC 2000

Modified Files:
	syssrc/sys/net: bpf.c bpf.h

Log Message:
Use <net/dlt.h> to get the DLT_* constants.  Also change bpfattach()
and bpf_change_type() to take just a pointer to the ifnet, rather than
a pointer to the ifnet and a pointer to a member of the ifnet (the bpf
pointer).

We'll let this ride on the Dec 12 1.5N version bump.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/net/bpf.c
cvs rdiff -r1.27 -r1.28 syssrc/sys/net/bpf.h

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