Use __FBSDID().
This commit is contained in:
parent
5dd6703eeb
commit
34c415da2d
@ -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…
x
Reference in New Issue
Block a user