aboutsummaryrefslogtreecommitdiff
path: root/lib/libncp/ncpl_crypt.c
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-09-30 22:01:19 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-09-30 22:01:19 +0000
commita5c81eca98bf465e49e0f36d512402e437a83336 (patch)
tree8eb96fbac2ead92be3f2bcfcb8e7e6c5ff302319 /lib/libncp/ncpl_crypt.c
parent971e7077420c585a93365da72e8db26b6aa05600 (diff)
downloadsrc-a5c81eca98bf465e49e0f36d512402e437a83336.tar.gz
src-a5c81eca98bf465e49e0f36d512402e437a83336.zip
Add __FBSDID()s to libncp
Notes
Notes: svn path=/head/; revision=84213
Diffstat (limited to 'lib/libncp/ncpl_crypt.c')
-rw-r--r--lib/libncp/ncpl_crypt.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libncp/ncpl_crypt.c b/lib/libncp/ncpl_crypt.c
index 00ce9bfd9a11..bc304c0cb2e2 100644
--- a/lib/libncp/ncpl_crypt.c
+++ b/lib/libncp/ncpl_crypt.c
@@ -2,9 +2,11 @@
* Routines in this file based on the work of Volker Lendecke,
* Adapted for ncplib by Boris Popov
* Please note that ncpl_crypt.c file should be indentical to this one
- *
- * $FreeBSD$
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/malloc.h>