summaryrefslogtreecommitdiffstats
path: root/sbin/md5/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/md5/md5.c')
-rw-r--r--sbin/md5/md5.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 5c3bbb7..5a33664 100644
--- a/sbin/md5/md5.c
+++ b/sbin/md5/md5.c
@@ -17,10 +17,8 @@
* documentation and/or software.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/time.h>
OpenPOWER on IntegriCloud