Use __FBSDID() in the kernel BPF implementation.

MFC after:	3 days
This commit is contained in:
Robert Watson 2007-12-25 13:24:02 +00:00
parent 7a9d5a45e7
commit c786600793
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174895
2 changed files with 6 additions and 4 deletions

View File

@ -32,10 +32,11 @@
* SUCH DAMAGE.
*
* @(#)bpf.c 8.4 (Berkeley) 1/9/95
*
* $FreeBSD$
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_bpf.h"
#include "opt_mac.h"
#include "opt_netgraph.h"

View File

@ -32,10 +32,11 @@
* SUCH DAMAGE.
*
* @(#)bpf_filter.c 8.1 (Berkeley) 6/10/93
*
* $FreeBSD$
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#ifdef sun