summaryrefslogtreecommitdiffstats
path: root/lib/libmd/md5c.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd/md5c.c')
-rw-r--r--lib/libmd/md5c.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libmd/md5c.c b/lib/libmd/md5c.c
index 6828b9b..79d9f49 100644
--- a/lib/libmd/md5c.c
+++ b/lib/libmd/md5c.c
@@ -22,12 +22,13 @@
* These notices must be retained in any copies of any part of this
* documentation and/or software.
*
- * $FreeBSD$
- *
* This code is the same as the code published by RSA Inc. It has been
* edited for clarity and style only.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#ifdef _KERNEL
OpenPOWER on IntegriCloud