summaryrefslogtreecommitdiff
path: root/usr/src/tools/chk4ubin/chk4ubin.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/tools/chk4ubin/chk4ubin.c')
-rw-r--r--usr/src/tools/chk4ubin/chk4ubin.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/tools/chk4ubin/chk4ubin.c b/usr/src/tools/chk4ubin/chk4ubin.c
index 9c53cec670..752e2013f0 100644
--- a/usr/src/tools/chk4ubin/chk4ubin.c
+++ b/usr/src/tools/chk4ubin/chk4ubin.c
@@ -37,7 +37,6 @@
#include <memory.h>
#include <libelf.h>
#include <gelf.h>
-#include <utility.h>
/*
* Tool to inspect a sun4u bootable module for a symbol table size
@@ -83,8 +82,8 @@
* included this bug. The bug only occurs for allocations
* pagesize or greater, and the only such OBP allocation is for a
* module's symbol table, for the sum of the SYMTAB and STRTAB
- * sections. The wanboot and inetboot binaries do not include
- * these sections and are therefore also unaffected.
+ * sections. The inetboot binary does not include these sections
+ * and is therefore also unaffected.
*/
static char *whoami;