diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-10 22:09:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-10 22:09:23 +0000 |
| commit | 753960f7c45791dc61fa2388146b8d1780801ecf (patch) | |
| tree | d04bff2946053d8e47ffc733929818fe48129885 /sys/ddb/db_input.c | |
| parent | af2aaddd7a925525dfa2601eccf96fd7d46b7c5d (diff) | |
Notes
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 ce2e694c5816..fa66c0f7bae0 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> |
