mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Adjust $FreeBSD$'s.
This commit is contained in:
parent
3128c7b24e
commit
f7d39bdcb6
2 changed files with 1 additions and 5 deletions
|
|
@ -27,6 +27,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ident "$FreeBSD$"
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
|
|
@ -46,8 +47,6 @@ __FBSDID("$FreeBSD$");
|
|||
* arrays that span controllers (Wow!).
|
||||
*/
|
||||
|
||||
#ident "$FreeBSD$"
|
||||
|
||||
#define _DPT_C_
|
||||
|
||||
#include "opt_dpt.h"
|
||||
|
|
|
|||
|
|
@ -34,9 +34,6 @@ __FBSDID("$FreeBSD$");
|
|||
* Intel EtherExpress Pro/100B PCI Fast Ethernet driver
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/endian.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue