summaryrefslogtreecommitdiffstats
path: root/lib/libatm/timer.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-15 03:42:10 +0000
committerdillon <dillon@FreeBSD.org>2001-09-15 03:42:10 +0000
commit7454909fa17bd7195415085ff8b55650ebb1cf64 (patch)
treed2be62cd816e5bae24649872e549909cf8870b0c /lib/libatm/timer.c
parentdb0017d0e3593779501a8a9b772824247d4dc23c (diff)
downloadFreeBSD-src-7454909fa17bd7195415085ff8b55650ebb1cf64.zip
FreeBSD-src-7454909fa17bd7195415085ff8b55650ebb1cf64.tar.gz
Convert a library to use the new __FBSDID()'s for testing and review
purposes.
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 e482840..10baf8f 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;
OpenPOWER on IntegriCloud