mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 18:21:00 -04:00
Use __FBSDID().
This commit is contained in:
parent
050ae80c6f
commit
f98c8ea46c
2 changed files with 6 additions and 19 deletions
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
|
|
@ -22,9 +21,6 @@
|
|||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -33,9 +29,11 @@
|
|||
*
|
||||
* External interfaces to SigPVC manager. Includes support for
|
||||
* running as a loadable kernel module.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#ifndef ATM_SIGPVC_MODULE
|
||||
#include "opt_atm.h"
|
||||
#endif
|
||||
|
|
@ -69,11 +67,6 @@
|
|||
|
||||
#include <vm/uma.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Global variables
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
*
|
||||
* ===================================
|
||||
* HARP | Host ATM Research Platform
|
||||
* ===================================
|
||||
|
|
@ -22,9 +21,6 @@
|
|||
*
|
||||
* Copies of this Software may be made, however, the above copyright
|
||||
* notice must be reproduced on all copies.
|
||||
*
|
||||
* @(#) $FreeBSD$
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -32,9 +28,11 @@
|
|||
* ---------------------------
|
||||
*
|
||||
* Subroutines
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/socket.h>
|
||||
|
|
@ -52,10 +50,6 @@
|
|||
|
||||
#include <vm/uma.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("@(#) $FreeBSD$");
|
||||
#endif
|
||||
|
||||
extern uma_zone_t sigpvc_vc_zone;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue