summaryrefslogtreecommitdiffstats
path: root/sys/netncp/ncp_crypt.c
diff options
context:
space:
mode:
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