summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_lex.c')
-rw-r--r--sys/ddb/db_lex.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c
index 63adf2b..b8b2e3b 100644
--- a/sys/ddb/db_lex.c
+++ b/sys/ddb/db_lex.c
@@ -22,10 +22,7 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
- *
- * $FreeBSD$
*/
-
/*
* Author: David B. Golub, Carnegie Mellon University
* Date: 7/90
@@ -33,6 +30,10 @@
/*
* Lexical analyzer.
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <ddb/ddb.h>
OpenPOWER on IntegriCloud