diff options
Diffstat (limited to 'sys/netatm/atm_aal5.c')
-rw-r--r-- | sys/netatm/atm_aal5.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sys/netatm/atm_aal5.c b/sys/netatm/atm_aal5.c index ab6a95a..9c11b93 100644 --- a/sys/netatm/atm_aal5.c +++ b/sys/netatm/atm_aal5.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 @@ * ----------------- * * ATM AAL5 socket protocol processing - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/lock.h> #include <sys/protosw.h> @@ -56,10 +54,6 @@ #include <netatm/atm_pcb.h> #include <netatm/atm_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - /* * Global variables |