diff options
Diffstat (limited to 'lib/libatm/timer.c')
| -rw-r--r-- | lib/libatm/timer.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libatm/timer.c b/lib/libatm/timer.c index e4828403c10f..10baf8f94032 100644 --- a/lib/libatm/timer.c +++ b/lib/libatm/timer.c @@ -36,6 +36,7 @@ */ #include <sys/types.h> +#include <sys/cdefs.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> @@ -53,10 +54,7 @@ #include "libatm.h" -#ifndef lint -__RCSID("@(#) $FreeBSD$"); -#endif - +__FBSDID("$FreeBSD$"); Harp_timer *harp_timer_head; int harp_timer_exec; |
