diff options
Diffstat (limited to 'lib/libatm/timer.c')
-rw-r--r-- | lib/libatm/timer.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libatm/timer.c b/lib/libatm/timer.c index 10baf8f..fa7f264 100644 --- a/lib/libatm/timer.c +++ b/lib/libatm/timer.c @@ -22,10 +22,9 @@ * * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. - * - * @(#) $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * User Space Library Functions @@ -36,7 +35,6 @@ */ #include <sys/types.h> -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> @@ -54,8 +52,6 @@ #include "libatm.h" -__FBSDID("$FreeBSD$"); - Harp_timer *harp_timer_head; int harp_timer_exec; |