aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/sha0c.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-09-30 21:56:22 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-09-30 21:56:22 +0000
commit5d946b40c380481be0713de3066a729eefa2eba1 (patch)
treeafe8c3e82d2b944ae6e09863b3f988a41724980d /lib/libmd/sha0c.c
parent65c67357645348a86768e91aee8946c05415e2e1 (diff)
downloadsrc-5d946b40c380481be0713de3066a729eefa2eba1.tar.gz
src-5d946b40c380481be0713de3066a729eefa2eba1.zip
add __FBSDID()s to libmd
Notes
Notes: svn path=/head/; revision=84211
Diffstat (limited to 'lib/libmd/sha0c.c')
-rw-r--r--lib/libmd/sha0c.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libmd/sha0c.c b/lib/libmd/sha0c.c
index 19c2728b2d3d..6d115eaa52b4 100644
--- a/lib/libmd/sha0c.c
+++ b/lib/libmd/sha0c.c
@@ -54,10 +54,11 @@
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <stdio.h>