diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-11 07:22:30 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-11 07:22:30 +0000 |
commit | 5923199859ae09d6e67fe6301e8fdf734d670560 (patch) | |
tree | b36263c1c945356ed770c139ac178b276d86af88 /sys/netatm | |
parent | 6094d7f7c33b1fb43a81dcf9f4263b87224a4974 (diff) | |
download | FreeBSD-src-5923199859ae09d6e67fe6301e8fdf734d670560.zip FreeBSD-src-5923199859ae09d6e67fe6301e8fdf734d670560.tar.gz |
Use __FBSDID().
Diffstat (limited to 'sys/netatm')
36 files changed, 108 insertions, 355 deletions
diff --git a/sys/netatm/uni/q2110_sigaa.c b/sys/netatm/uni/q2110_sigaa.c index 4bab800..6f01b99 100644 --- a/sys/netatm/uni/q2110_sigaa.c +++ b/sys/netatm/uni/q2110_sigaa.c @@ -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 @@ * --------------------- * * ITU-T Q.2110 - Process AA-signals (SAP_SSCOP) - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/time.h> @@ -50,11 +48,6 @@ #include <netatm/uni/sscop_misc.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/q2110_sigcpcs.c b/sys/netatm/uni/q2110_sigcpcs.c index 35444ad..74d239b 100644 --- a/sys/netatm/uni/q2110_sigcpcs.c +++ b/sys/netatm/uni/q2110_sigcpcs.c @@ -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 @@ * --------------------- * * ITU-T Q.2110 - Process CPCS-signals (SSCOP PDUs) - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/time.h> @@ -57,11 +55,6 @@ #include <netatm/uni/sscop_pdu.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/q2110_subr.c b/sys/netatm/uni/q2110_subr.c index 59fe477..5f0eece 100644 --- a/sys/netatm/uni/q2110_subr.c +++ b/sys/netatm/uni/q2110_subr.c @@ -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 @@ * --------------------- * * ITU-T Q.2110 - Subroutines - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/time.h> @@ -50,11 +48,6 @@ #include <netatm/uni/sscop_misc.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Conditionally Clear Transmission Queues * diff --git a/sys/netatm/uni/qsaal1_sigaa.c b/sys/netatm/uni/qsaal1_sigaa.c index 3fcb32d..7d5e5cd 100644 --- a/sys/netatm/uni/qsaal1_sigaa.c +++ b/sys/netatm/uni/qsaal1_sigaa.c @@ -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 @@ * --------------------- * * ITU-T Q.SAAL1 - Process AA-signals (SAP_SSCOP) - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/time.h> @@ -50,11 +48,6 @@ #include <netatm/uni/sscop_misc.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/qsaal1_sigcpcs.c b/sys/netatm/uni/qsaal1_sigcpcs.c index 50ba1d7..4df194f 100644 --- a/sys/netatm/uni/qsaal1_sigcpcs.c +++ b/sys/netatm/uni/qsaal1_sigcpcs.c @@ -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 @@ * --------------------- * * ITU-T Q.SAAL1 - Process CPCS-signals (SSCOP PDUs) - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/time.h> @@ -57,11 +55,6 @@ #include <netatm/uni/sscop_pdu.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/qsaal1_subr.c b/sys/netatm/uni/qsaal1_subr.c index b4c206a..d82ae1d 100644 --- a/sys/netatm/uni/qsaal1_subr.c +++ b/sys/netatm/uni/qsaal1_subr.c @@ -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 @@ * --------------------- * * ITU-T Q.SAAL1 - Subroutines - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/time.h> @@ -50,11 +48,6 @@ #include <netatm/uni/sscop_misc.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Re-establish a new SSCOP Connection * diff --git a/sys/netatm/uni/sscf_uni.c b/sys/netatm/uni/sscf_uni.c index b5ff7d0..dc51e72 100644 --- a/sys/netatm/uni/sscf_uni.c +++ b/sys/netatm/uni/sscf_uni.c @@ -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 @@ * --------------------- * * Signalling AAL SSCF at the UNI - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -61,11 +59,6 @@ #include <vm/uma.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Global variables */ diff --git a/sys/netatm/uni/sscf_uni_lower.c b/sys/netatm/uni/sscf_uni_lower.c index 79132ec..08b83dc 100644 --- a/sys/netatm/uni/sscf_uni_lower.c +++ b/sys/netatm/uni/sscf_uni_lower.c @@ -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 @@ * --------------------- * * SSCF UNI - SSCF_UNI SAP interface processing - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -61,10 +59,6 @@ #include <vm/uma.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - extern uma_zone_t unisig_vc_zone; /* diff --git a/sys/netatm/uni/sscf_uni_upper.c b/sys/netatm/uni/sscf_uni_upper.c index b33d0a8..3f127e6 100644 --- a/sys/netatm/uni/sscf_uni_upper.c +++ b/sys/netatm/uni/sscf_uni_upper.c @@ -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 @@ * --------------------- * * SSCF UNI - SSCOP SAP interface processing - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -58,11 +56,6 @@ #include <netatm/uni/sscop.h> #include <netatm/uni/sscf_uni_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * SSCF_UNI Upper Stack Command Handler * diff --git a/sys/netatm/uni/sscop.c b/sys/netatm/uni/sscop.c index 6374f30..5d0426b 100644 --- a/sys/netatm/uni/sscop.c +++ b/sys/netatm/uni/sscop.c @@ -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 @@ * --------------------- * * Service Specific Connection Oriented Protocol (SSCOP) - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -63,11 +61,6 @@ #include <vm/uma.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Global variables */ diff --git a/sys/netatm/uni/sscop_lower.c b/sys/netatm/uni/sscop_lower.c index 8f9c75c..086250b 100644 --- a/sys/netatm/uni/sscop_lower.c +++ b/sys/netatm/uni/sscop_lower.c @@ -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 @@ * --------------------- * * SSCOP - SSCOP SAP interface processing - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -58,11 +56,6 @@ #include <netatm/uni/sscop_misc.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local variables */ diff --git a/sys/netatm/uni/sscop_pdu.c b/sys/netatm/uni/sscop_pdu.c index e34f3c6..e666065 100644 --- a/sys/netatm/uni/sscop_pdu.c +++ b/sys/netatm/uni/sscop_pdu.c @@ -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 @@ * --------------------- * * SSCOP - PDU subroutines - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> @@ -59,10 +57,6 @@ #include <netatm/uni/sscop_pdu.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - /* * Local functions */ diff --git a/sys/netatm/uni/sscop_sigaa.c b/sys/netatm/uni/sscop_sigaa.c index 33968ba..528d1a2 100644 --- a/sys/netatm/uni/sscop_sigaa.c +++ b/sys/netatm/uni/sscop_sigaa.c @@ -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 @@ * --------------------- * * SSCOP Common - Process AA-signals (SAP_SSCOP) - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/time.h> @@ -50,11 +48,6 @@ #include <netatm/uni/sscop_misc.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * SSCOP_ESTABLISH_REQ / SOS_IDLE Command Processor * diff --git a/sys/netatm/uni/sscop_sigcpcs.c b/sys/netatm/uni/sscop_sigcpcs.c index 1a27b6c..919ba41 100644 --- a/sys/netatm/uni/sscop_sigcpcs.c +++ b/sys/netatm/uni/sscop_sigcpcs.c @@ -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 @@ * --------------------- * * SSCOP Common - Process CPCS-signals (SSCOP PDUs) - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/time.h> @@ -57,11 +55,6 @@ #include <netatm/uni/sscop_pdu.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * No-op Processor * diff --git a/sys/netatm/uni/sscop_subr.c b/sys/netatm/uni/sscop_subr.c index 051b133..c4d2f4c 100644 --- a/sys/netatm/uni/sscop_subr.c +++ b/sys/netatm/uni/sscop_subr.c @@ -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 @@ * --------------------- * * SSCOP - Subroutines - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -59,11 +57,6 @@ #include <netatm/uni/sscop_pdu.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/sscop_timer.c b/sys/netatm/uni/sscop_timer.c index f0cc351..da388d3 100644 --- a/sys/netatm/uni/sscop_timer.c +++ b/sys/netatm/uni/sscop_timer.c @@ -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 @@ * --------------------- * * SSCOP - Timer processing - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> @@ -58,11 +56,6 @@ #include <netatm/uni/sscop_misc.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/sscop_upper.c b/sys/netatm/uni/sscop_upper.c index 3f9ceec..4b22e96 100644 --- a/sys/netatm/uni/sscop_upper.c +++ b/sys/netatm/uni/sscop_upper.c @@ -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 @@ * --------------------- * * SSCOP - CPCS SAP interface processing - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -59,11 +57,6 @@ #include <netatm/uni/sscop_pdu.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/uni_load.c b/sys/netatm/uni/uni_load.c index 0caa883..2f594d4 100644 --- a/sys/netatm/uni/uni_load.c +++ b/sys/netatm/uni/uni_load.c @@ -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 @@ * --------------------- * * Loadable kernel module support - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #ifndef ATM_UNI_MODULE #include "opt_atm.h" #endif @@ -60,10 +58,6 @@ #include <netatm/atm_pcb.h> #include <netatm/atm_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - /* * External functions */ diff --git a/sys/netatm/uni/uniarp.c b/sys/netatm/uni/uniarp.c index 0de56b8..9a3ea78 100644 --- a/sys/netatm/uni/uniarp.c +++ b/sys/netatm/uni/uniarp.c @@ -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 @@ * --------------------- * * UNI ATMARP support (RFC1577) - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> @@ -68,11 +66,6 @@ #include <vm/uma.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Global variables */ diff --git a/sys/netatm/uni/uniarp_cache.c b/sys/netatm/uni/uniarp_cache.c index dbfe402..3e28912 100644 --- a/sys/netatm/uni/uniarp_cache.c +++ b/sys/netatm/uni/uniarp_cache.c @@ -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 @@ * --------------------- * * UNI ATMARP support (RFC1577) - ARP cache processing - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> @@ -64,11 +62,6 @@ #include <netatm/uni/unisig_var.h> #include <netatm/uni/uniip_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Add data to the arp table cache * diff --git a/sys/netatm/uni/uniarp_input.c b/sys/netatm/uni/uniarp_input.c index 7e15778..2beda86 100644 --- a/sys/netatm/uni/uniarp_input.c +++ b/sys/netatm/uni/uniarp_input.c @@ -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 @@ * --------------------- * * UNI ATMARP support (RFC1577) - Input packet processing - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -64,11 +62,6 @@ #include <netatm/ipatm/ipatm_serv.h> #include <netatm/uni/uniip_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/uniarp_output.c b/sys/netatm/uni/uniarp_output.c index e3cfeac..e2547e0 100644 --- a/sys/netatm/uni/uniarp_output.c +++ b/sys/netatm/uni/uniarp_output.c @@ -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 @@ * --------------------- * * UNI ATMARP support (RFC1577) - Output packet processing - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -61,11 +59,6 @@ #include <netatm/ipatm/ipatm_serv.h> #include <netatm/uni/uniip_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Issue an ATMARP Request PDU * diff --git a/sys/netatm/uni/uniarp_timer.c b/sys/netatm/uni/uniarp_timer.c index 8309615..2f2915b 100644 --- a/sys/netatm/uni/uniarp_timer.c +++ b/sys/netatm/uni/uniarp_timer.c @@ -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 @@ * --------------------- * * UNI ATMARP support (RFC1577) - Timer processing - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/time.h> @@ -58,11 +56,6 @@ #include <netatm/ipatm/ipatm_serv.h> #include <netatm/uni/uniip_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/uniarp_vcm.c b/sys/netatm/uni/uniarp_vcm.c index ac1c167..0e09adb 100644 --- a/sys/netatm/uni/uniarp_vcm.c +++ b/sys/netatm/uni/uniarp_vcm.c @@ -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 @@ * --------------------- * * UNI ATMARP support (RFC1577) - Virtual Channel Management - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -62,10 +60,6 @@ #include <vm/uma.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - extern uma_zone_t unisig_vc_zone; /* diff --git a/sys/netatm/uni/uniip.c b/sys/netatm/uni/uniip.c index 3635523..60f02b2 100644 --- a/sys/netatm/uni/uniip.c +++ b/sys/netatm/uni/uniip.c @@ -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 @@ * --------------------- * * UNI IP interface module - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> @@ -54,11 +52,6 @@ #include <vm/uma.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c index aa49fda..676be2e 100644 --- a/sys/netatm/uni/unisig_decode.c +++ b/sys/netatm/uni/unisig_decode.c @@ -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 @@ * ---------------------------------------- * * Message formatting module - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> @@ -62,10 +60,6 @@ #include <netatm/uni/unisig_mbuf.h> #include <netatm/uni/unisig_decode.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - #define ALLOC_IE(ie) do { \ (ie) = uma_zalloc(unisig_ie_zone, M_WAITOK | M_ZERO); \ if ((ie) == NULL) \ diff --git a/sys/netatm/uni/unisig_encode.c b/sys/netatm/uni/unisig_encode.c index 52f55cc..9322906 100644 --- a/sys/netatm/uni/unisig_encode.c +++ b/sys/netatm/uni/unisig_encode.c @@ -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 @@ * ---------------------------------------- * * Message formatting module - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -62,11 +60,6 @@ #include <netatm/uni/unisig_mbuf.h> #include <netatm/uni/unisig_decode.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/unisig_if.c b/sys/netatm/uni/unisig_if.c index f914cb6..6005932b 100644 --- a/sys/netatm/uni/unisig_if.c +++ b/sys/netatm/uni/unisig_if.c @@ -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 @@ * ---------------------------------------- * * System interface module - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> @@ -70,11 +68,6 @@ #include <vm/uma.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Global variables */ diff --git a/sys/netatm/uni/unisig_mbuf.c b/sys/netatm/uni/unisig_mbuf.c index 5123ecc..c2f5bbb 100644 --- a/sys/netatm/uni/unisig_mbuf.c +++ b/sys/netatm/uni/unisig_mbuf.c @@ -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 @@ * ---------------------------------------- * * Message buffer handling routines - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -60,11 +58,6 @@ #include <netatm/uni/unisig_mbuf.h> #include <netatm/uni/unisig_msg.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Initialize a unisig formatting structure * diff --git a/sys/netatm/uni/unisig_msg.c b/sys/netatm/uni/unisig_msg.c index a193d00..94a1f6a 100644 --- a/sys/netatm/uni/unisig_msg.c +++ b/sys/netatm/uni/unisig_msg.c @@ -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 @@ * ---------------------------------------- * * Message handling module - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -63,11 +61,6 @@ #include <vm/uma.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/unisig_print.c b/sys/netatm/uni/unisig_print.c index d3ad342..a6d7919 100644 --- a/sys/netatm/uni/unisig_print.c +++ b/sys/netatm/uni/unisig_print.c @@ -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 @@ * ---------------------------------------- * * Print Q.2931 messages - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -53,11 +51,6 @@ #include <netatm/uni/unisig_msg.h> #include <netatm/uni/unisig_print.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local declarations */ diff --git a/sys/netatm/uni/unisig_proto.c b/sys/netatm/uni/unisig_proto.c index 65a9d04..09cebd2 100644 --- a/sys/netatm/uni/unisig_proto.c +++ b/sys/netatm/uni/unisig_proto.c @@ -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 @@ * ---------------------------------------- * * Protocol processing module. - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -58,11 +56,6 @@ #include <netatm/uni/unisig_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Process a UNISIG timeout * diff --git a/sys/netatm/uni/unisig_sigmgr_state.c b/sys/netatm/uni/unisig_sigmgr_state.c index 1d73cb5..ad4a8d2 100644 --- a/sys/netatm/uni/unisig_sigmgr_state.c +++ b/sys/netatm/uni/unisig_sigmgr_state.c @@ -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 @@ * ---------------------------------------- * * Signalling manager finite state machine - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/types.h> #include <sys/systm.h> @@ -61,11 +59,6 @@ #include <netatm/uni/unisig.h> #include <netatm/uni/unisig_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/unisig_subr.c b/sys/netatm/uni/unisig_subr.c index 31cd1a4..dfcb0a8 100644 --- a/sys/netatm/uni/unisig_subr.c +++ b/sys/netatm/uni/unisig_subr.c @@ -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/types.h> @@ -59,11 +57,6 @@ #include <netatm/uni/unisig_var.h> #include <netatm/uni/unisig_msg.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * External variables */ diff --git a/sys/netatm/uni/unisig_util.c b/sys/netatm/uni/unisig_util.c index 41109a5..815242b 100644 --- a/sys/netatm/uni/unisig_util.c +++ b/sys/netatm/uni/unisig_util.c @@ -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 @@ * ---------------------------------------- * * Protocol processing module - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> @@ -59,11 +57,6 @@ #include <netatm/uni/unisig_var.h> #include <netatm/uni/unisig_msg.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Free a UNISIG signalling message * diff --git a/sys/netatm/uni/unisig_vc_state.c b/sys/netatm/uni/unisig_vc_state.c index 3c88cba..50eb474 100644 --- a/sys/netatm/uni/unisig_vc_state.c +++ b/sys/netatm/uni/unisig_vc_state.c @@ -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 @@ * ---------------------------------------- * * VC state machine - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> @@ -60,11 +58,6 @@ #include <netatm/uni/unisig_var.h> #include <netatm/uni/unisig_msg.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ |