diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-15 19:36:55 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-15 19:36:55 +0000 |
| commit | 0a6a74520bd28b82f7cfa2f5c7df235b7664f67d (patch) | |
| tree | 9d31a1791407d2c0e6051f61a197a54dd6b15c35 /lib/libatm/timer.c | |
| parent | a1fdf50c015403f57bc1d0b96bde67f6bfccdf26 (diff) | |
Notes
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 10baf8f94032..fa7f2642d188 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; |
