summaryrefslogtreecommitdiff
path: root/lib/libcrypt/crypt.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-09-16 21:35:07 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-09-16 21:35:07 +0000
commite67f5b9fcac5f0ebb78f0b3a50c0128432cca584 (patch)
tree2e51a4885e624872098f817a7148743fbac950c4 /lib/libcrypt/crypt.c
parent35105a5f9146d26720c3e84f71de2cdb0dd6c74c (diff)
Notes
Diffstat (limited to 'lib/libcrypt/crypt.c')
-rw-r--r--lib/libcrypt/crypt.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c
index b1a0bb1fdfba..4f77c75d106e 100644
--- a/lib/libcrypt/crypt.c
+++ b/lib/libcrypt/crypt.c
@@ -24,10 +24,8 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] =
-"$FreeBSD$";
-#endif /* LIBC_SCCS and not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <string.h>