diff options
author | ab196087 <none@none> | 2006-05-15 13:29:09 -0700 |
---|---|---|
committer | ab196087 <none@none> | 2006-05-15 13:29:09 -0700 |
commit | 9e5275af6cf0ea025cdb5c3f5a77bd7fce318e28 (patch) | |
tree | 5a237ef54684dc216926c1a0a2f414f3fa1dc2a5 /usr/src/cmd/file/file.c | |
parent | 9ab3bc54304108f4015f003b36180b14682fafa0 (diff) | |
download | illumos-joyent-9e5275af6cf0ea025cdb5c3f5a77bd7fce318e28.tar.gz |
6174390 crle configuration files are inconsistent across platforms (fix lint, RPATH)
Diffstat (limited to 'usr/src/cmd/file/file.c')
-rw-r--r-- | usr/src/cmd/file/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/cmd/file/file.c b/usr/src/cmd/file/file.c index 18bca230ed..c431ea3e88 100644 --- a/usr/src/cmd/file/file.c +++ b/usr/src/cmd/file/file.c @@ -1328,7 +1328,6 @@ is_rtld_config(void) if ((fbsz >= sizeof (*id)) && RTC_ID_TEST(fbuf)) { (void) printf(gettext("Runtime Linking Configuration")); - /* LINTED: pointer cast may result in improper alignment */ id = (Rtc_id *) fbuf; print_elf_class(id->id_class); print_elf_datatype(id->id_data); |