Use __FBSDID() in the kernel BPF implementation.
MFC after: 3 days
This commit is contained in:
parent
7a9d5a45e7
commit
c786600793
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user