diff options
Diffstat (limited to 'sys/netatm/uni/uniarp_cache.c')
-rw-r--r-- | sys/netatm/uni/uniarp_cache.c | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sys/netatm/uni/uniarp_cache.c b/sys/netatm/uni/uniarp_cache.c index dbfe40241b94..3e28912cad37 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 <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/types.h> @@ -64,11 +62,6 @@ #include <netatm/uni/unisig_var.h> #include <netatm/uni/uniip_var.h> -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - - /* * Add data to the arp table cache * |