summaryrefslogtreecommitdiffstats
path: root/lib/libstand/bcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/bcd.c')
-rw-r--r--lib/libstand/bcd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libstand/bcd.c b/lib/libstand/bcd.c
index 296c8e9..7bd67c9 100644
--- a/lib/libstand/bcd.c
+++ b/lib/libstand/bcd.c
@@ -1,10 +1,11 @@
/*
* Some data-tables that are often used.
* Cannot be copyrighted.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
u_char const bcd2bin_data[] = {
OpenPOWER on IntegriCloud