diff options
Diffstat (limited to 'usr.sbin/pmc/cmd_pmc_list.c')
-rw-r--r-- | usr.sbin/pmc/cmd_pmc_list.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/pmc/cmd_pmc_list.c b/usr.sbin/pmc/cmd_pmc_list.c index 2e1117e326e6..a1da6a8e732d 100644 --- a/usr.sbin/pmc/cmd_pmc_list.c +++ b/usr.sbin/pmc/cmd_pmc_list.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2018, Matthew Macy * @@ -26,9 +26,6 @@ * */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/cpuset.h> #include <sys/event.h> |