diff --git a/sys/netatm/uni/q2110_sigaa.c b/sys/netatm/uni/q2110_sigaa.c index 4bab8006016..6f01b99c275 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -50,11 +48,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/q2110_sigcpcs.c b/sys/netatm/uni/q2110_sigcpcs.c index 35444adf510..74d239b7ec8 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -57,11 +55,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/q2110_subr.c b/sys/netatm/uni/q2110_subr.c index 59fe47795b1..5f0eece6e3f 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -50,11 +48,6 @@ #include #include -#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 3fcb32d2d95..7d5e5cde0bd 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -50,11 +48,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/qsaal1_sigcpcs.c b/sys/netatm/uni/qsaal1_sigcpcs.c index 50ba1d70aa3..4df194f7b6e 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -57,11 +55,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/qsaal1_subr.c b/sys/netatm/uni/qsaal1_subr.c index b4c206ae598..d82ae1d0bc7 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -50,11 +48,6 @@ #include #include -#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 b5ff7d0e1cf..dc51e72efa4 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -61,11 +59,6 @@ #include -#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 79132ec9a2b..08b83dcc45f 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -61,10 +59,6 @@ #include -#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 b33d0a8f690..3f127e6e881 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -58,11 +56,6 @@ #include #include -#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 6374f30caf0..5d0426b93f5 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -63,11 +61,6 @@ #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Global variables */ diff --git a/sys/netatm/uni/sscop_lower.c b/sys/netatm/uni/sscop_lower.c index 8f9c75cd594..086250b8309 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -58,11 +56,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local variables */ diff --git a/sys/netatm/uni/sscop_pdu.c b/sys/netatm/uni/sscop_pdu.c index e34f3c6ae41..e6660652209 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -59,10 +57,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - /* * Local functions */ diff --git a/sys/netatm/uni/sscop_sigaa.c b/sys/netatm/uni/sscop_sigaa.c index 33968ba42b4..528d1a229de 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -50,11 +48,6 @@ #include #include -#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 1a27b6ce78b..919ba41767f 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -57,11 +55,6 @@ #include #include -#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 051b133ec18..c4d2f4c1d1a 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -59,11 +57,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/sscop_timer.c b/sys/netatm/uni/sscop_timer.c index f0cc351f423..da388d3d452 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -58,11 +56,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/sscop_upper.c b/sys/netatm/uni/sscop_upper.c index 3f9ceece990..4b22e966775 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -59,11 +57,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/uni_load.c b/sys/netatm/uni/uni_load.c index 0caa8832768..2f594d41f37 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 +__FBSDID("$FreeBSD$"); + #ifndef ATM_UNI_MODULE #include "opt_atm.h" #endif @@ -60,10 +58,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - /* * External functions */ diff --git a/sys/netatm/uni/uniarp.c b/sys/netatm/uni/uniarp.c index 0de56b8df53..9a3ea78b90a 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -68,11 +66,6 @@ #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Global variables */ diff --git a/sys/netatm/uni/uniarp_cache.c b/sys/netatm/uni/uniarp_cache.c index dbfe40241b9..3e28912cad3 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -64,11 +62,6 @@ #include #include -#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 7e15778d3d2..2beda86e9d8 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -64,11 +62,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/uniarp_output.c b/sys/netatm/uni/uniarp_output.c index e3cfeacd2fe..e2547e08056 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -61,11 +59,6 @@ #include #include -#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 83096156248..2f2915bf5f7 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -58,11 +56,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/uniarp_vcm.c b/sys/netatm/uni/uniarp_vcm.c index ac1c1675f7b..0e09adbe218 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -62,10 +60,6 @@ #include -#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 3635523df39..60f02b21264 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -54,11 +52,6 @@ #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c index aa49fdaca7f..676be2e2145 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -62,10 +60,6 @@ #include #include -#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 52f55cc980d..932290628a0 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -62,11 +60,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/unisig_if.c b/sys/netatm/uni/unisig_if.c index f914cb6b901..6005932bc2b 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -70,11 +68,6 @@ #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Global variables */ diff --git a/sys/netatm/uni/unisig_mbuf.c b/sys/netatm/uni/unisig_mbuf.c index 5123eccc6d0..c2f5bbb9216 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -60,11 +58,6 @@ #include #include -#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 a193d008c2e..94a1f6a0d55 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -63,11 +61,6 @@ #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/unisig_print.c b/sys/netatm/uni/unisig_print.c index d3ad3428127..a6d7919e85a 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -53,11 +51,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local declarations */ diff --git a/sys/netatm/uni/unisig_proto.c b/sys/netatm/uni/unisig_proto.c index 65a9d04988b..09cebd23147 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -58,11 +56,6 @@ #include -#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 1d73cb51a91..ad4a8d2051e 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -61,11 +59,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */ diff --git a/sys/netatm/uni/unisig_subr.c b/sys/netatm/uni/unisig_subr.c index 31cd1a4fc2f..dfcb0a860b1 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -59,11 +57,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * External variables */ diff --git a/sys/netatm/uni/unisig_util.c b/sys/netatm/uni/unisig_util.c index 41109a51013..815242b9883 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -59,11 +57,6 @@ #include #include -#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 3c88cba8010..50eb4743ecc 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 +__FBSDID("$FreeBSD$"); + #include #include #include @@ -60,11 +58,6 @@ #include #include -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Local functions */