diff options
Diffstat (limited to 'sys/ddb/db_input.c')
-rw-r--r-- | sys/ddb/db_input.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index ce2e694c..fa66c0f 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -22,15 +22,15 @@ * * 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 */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/cons.h> |