summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_crypt.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 05:37:42 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 05:37:42 +0000
commit8b64eb1925d6cfa213880184c44480ac5f9ddd4c (patch)
tree1d9ab8a01d7996cfd59c22d145d33e91b5014907 /sys/netncp/ncp_crypt.c
parentfda03b7cfc3c5e62699fdaf93abb21309f7a7ae5 (diff)
downloadFreeBSD-src-8b64eb1925d6cfa213880184c44480ac5f9ddd4c.zip
FreeBSD-src-8b64eb1925d6cfa213880184c44480ac5f9ddd4c.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/netncp/ncp_crypt.c')
-rw-r--r--sys/netncp/ncp_crypt.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/sys/netncp/ncp_crypt.c b/sys/netncp/ncp_crypt.c
index 3a14119..9899ef6 100644
--- a/sys/netncp/ncp_crypt.c
+++ b/sys/netncp/ncp_crypt.c
@@ -1,11 +1,3 @@
-/*
- * $FreeBSD$
- */
-#include <sys/param.h>
-#include <sys/systm.h>
-#include <netncp/ncp.h>
-#include <netncp/ncp_subr.h>
-
/*
* Routines in this file based on work of Volker Lendecke
*/
@@ -24,7 +16,13 @@
$*
$********************************************************* */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+#include <sys/param.h>
+#include <sys/systm.h>
+#include <netncp/ncp.h>
+#include <netncp/ncp_subr.h>
typedef unsigned char buf32[32];
OpenPOWER on IntegriCloud