From 81a6b595de73885c3cfcdf0b1b46ca188e944fdd Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 11 Jun 2003 07:22:30 +0000 Subject: Use __FBSDID(). --- sys/netatm/uni/unisig_decode.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'sys/netatm/uni/unisig_decode.c') diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c index aa49fdaca7f9..676be2e21456 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) \ -- cgit v1.2.3