summaryrefslogtreecommitdiff
path: root/lib/libatm/timer.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-09-15 03:42:10 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-09-15 03:42:10 +0000
commitaa2b4bc4131385401f9840c5c1e71fd9bb94d585 (patch)
treed2be62cd816e5bae24649872e549909cf8870b0c /lib/libatm/timer.c
parent4e4bb7561af3262e5936f081ddb79309814999f4 (diff)
Notes
Diffstat (limited to 'lib/libatm/timer.c')
-rw-r--r--lib/libatm/timer.c6
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;