Use __FBSDID().

This commit is contained in:
obrien 2003-06-11 07:06:31 +00:00
parent 5dd6703eeb
commit 34c415da2d
2 changed files with 6 additions and 19 deletions

View File

@ -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
*/

View File

@ -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;
/*