diff options
Diffstat (limited to 'sys/ddb/db_access.c')
-rw-r--r-- | sys/ddb/db_access.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 04de108..fa61f3d 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -22,14 +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 <ddb/ddb.h> |