diff options
Diffstat (limited to 'sys/netatm/uni/qsaal1_subr.c')
-rw-r--r-- | sys/netatm/uni/qsaal1_subr.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sys/netatm/uni/qsaal1_subr.c b/sys/netatm/uni/qsaal1_subr.c index b4c206ae5980..d82ae1d0bc7c 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 * |