summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt/crypt-md5.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-16 21:35:07 +0000
committerdillon <dillon@FreeBSD.org>2001-09-16 21:35:07 +0000
commit41abc6d4e41c16aaf60fbf44b2ffe0c561b27318 (patch)
tree2e51a4885e624872098f817a7148743fbac950c4 /lib/libcrypt/crypt-md5.c
parent42e6b3b99dc6f29192fb07408f500cc8f1eb91d9 (diff)
downloadFreeBSD-src-41abc6d4e41c16aaf60fbf44b2ffe0c561b27318.zip
FreeBSD-src-41abc6d4e41c16aaf60fbf44b2ffe0c561b27318.tar.gz
Implement __FBSDID()
Diffstat (limited to 'lib/libcrypt/crypt-md5.c')
-rw-r--r--lib/libcrypt/crypt-md5.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypt/crypt-md5.c b/lib/libcrypt/crypt-md5.c
index 98bf0b4..32ad75b 100644
--- a/lib/libcrypt/crypt-md5.c
+++ b/lib/libcrypt/crypt-md5.c
@@ -7,10 +7,8 @@
* ----------------------------------------------------------------------------
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = \
-"$FreeBSD$";
-#endif /* LIBC_SCCS and not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <unistd.h>
#include <stdio.h>
OpenPOWER on IntegriCloud