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:53:01
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Dec 12 17:53:01 UTC 2000

Modified Files:
	syssrc/sys/net: Makefile
Added Files:
	syssrc/sys/net: dlt.h

Log Message:
Put the BPF DLT_* constants into their own header file so that things
that reference them don't have to slurp in all of the BPF headers.

Define a new generic RAWAF type that is like DLT_RAW, but isn't specific
to IP (the macro takes an AF_* constant as an argument to generate the
actual type).


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/net/Makefile
cvs rdiff -r0 -r1.1 syssrc/sys/net/dlt.h

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