aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcannotate/pmcannotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pmcannotate/pmcannotate.c')
-rw-r--r--usr.sbin/pmcannotate/pmcannotate.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/pmcannotate/pmcannotate.c b/usr.sbin/pmcannotate/pmcannotate.c
index 03f384d3f531..01af75090793 100644
--- a/usr.sbin/pmcannotate/pmcannotate.c
+++ b/usr.sbin/pmcannotate/pmcannotate.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2008 Nokia Corporation
* All rights reserved.
@@ -30,9 +30,6 @@
*
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/queue.h>
@@ -434,11 +431,6 @@ fqueue_getall(const char *bin, char *temp, int asmf)
start = agg->ag_ostart;
end = agg->ag_oend;
- /*
- * Fix-up the end address in order to show it in the objdump's
- * trace.
- */
- end++;
if (asmf)
snprintf(tmpf, sizeof(tmpf),
"objdump --start-address=%p "