mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Use __FBSDID() in the kernel BPF implementation.
MFC after: 3 days
This commit is contained in:
parent
7a9d5a45e7
commit
c786600793
2 changed files with 6 additions and 4 deletions
|
|
@ -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 a new issue