diff options
Diffstat (limited to 'sbin/ddb/ddb.c')
-rw-r--r-- | sbin/ddb/ddb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ddb/ddb.c b/sbin/ddb/ddb.c index a90a693e1b03..885921d7c51f 100644 --- a/sbin/ddb/ddb.c +++ b/sbin/ddb/ddb.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2007 Robert N. M. Watson * All rights reserved. @@ -27,8 +27,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <err.h> #include <stdio.h> #include <stdlib.h> |