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