mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add __FBSDID.
This commit is contained in:
parent
9955274c64
commit
fe42b04d70
1 changed files with 3 additions and 1 deletions
|
|
@ -32,9 +32,11 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* $DragonFly: src/sys/dev/netif/et/if_et.c,v 1.10 2008/05/18 07:47:14 sephe Exp $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/endian.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue