summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_kld.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_kld.c')
-rw-r--r--sys/ddb/db_kld.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/ddb/db_kld.c b/sys/ddb/db_kld.c
index 903a589..b811f21 100644
--- a/sys/ddb/db_kld.c
+++ b/sys/ddb/db_kld.c
@@ -23,10 +23,8 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $FreeBSD$
* from db_aout.c,v 1.20 1998/06/07 17:09:36 dfr Exp
*/
-
/*
* Author: David B. Golub, Carnegie Mellon University
* Date: 7/90
@@ -35,6 +33,9 @@
* Symbol table routines for kld maintained kernels.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_ddb.h"
#ifndef DDB_NOKLDSYM
OpenPOWER on IntegriCloud