diff options
| author | Peter Tribble <peter.tribble@gmail.com> | 2019-05-24 10:39:16 -0700 |
|---|---|---|
| committer | Joshua M. Clulow <josh@sysmgr.org> | 2019-05-24 10:39:16 -0700 |
| commit | 1f4c6dbc37f14382f7ff4575a74da056dbd34d66 (patch) | |
| tree | 45a6fc8ffc476fbad5df34b36be83eac7ac8be06 /usr/src/tools/chk4ubin | |
| parent | 7811b028df2f34164be65174d666b570b73d32c3 (diff) | |
| download | illumos-joyent-1f4c6dbc37f14382f7ff4575a74da056dbd34d66.tar.gz | |
10864 Remove starcat support
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: John Levon <john.levon@joyent.com>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/tools/chk4ubin')
| -rw-r--r-- | usr/src/tools/chk4ubin/chk4ubin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/tools/chk4ubin/chk4ubin.c b/usr/src/tools/chk4ubin/chk4ubin.c index aa2e38d6bc..51d372939a 100644 --- a/usr/src/tools/chk4ubin/chk4ubin.c +++ b/usr/src/tools/chk4ubin/chk4ubin.c @@ -99,7 +99,6 @@ static uint_t pagemask = 0x1fff; static char *sun4u_bootables[] = { "platform/sun4u/kernel/sparcv9/unix", - "platform/SUNW,Sun-Fire-15000/kernel/sparcv9/unix", "platform/sun4u/cprboot", "platform/sun4u/bootlst" }; @@ -126,7 +125,7 @@ static char *detailed_error_msg = static int chk4ubin(char *root, char *binary) { - int fd; + int fd; Elf *elf; Elf_Scn *symscn; Elf_Scn *strscn; |
