Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107495983
D27647.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
722 B
Referenced Files
None
Subscribers
None
D27647.diff
View Options
diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c
--- a/sys/i386/linux/linux_sysvec.c
+++ b/sys/i386/linux/linux_sysvec.c
@@ -882,7 +882,7 @@
.sv_sendsig = linux_sendsig,
.sv_sigcode = &_binary_linux_locore_o_start,
.sv_szsigcode = &linux_szsigcode,
- .sv_name = "Linux ELF",
+ .sv_name = "Linux ELF32",
.sv_coredump = elf32_coredump,
.sv_imgact_try = linux_exec_imgact_try,
.sv_minsigstksz = LINUX_MINSIGSTKSZ,
diff --git a/usr.bin/truss/setup.c b/usr.bin/truss/setup.c
--- a/usr.bin/truss/setup.c
+++ b/usr.bin/truss/setup.c
@@ -141,7 +141,7 @@
{ "Linux ELF64", &linux },
{ "Linux ELF32", &linux32 },
#else
- { "Linux ELF", &linux },
+ { "Linux ELF32", &linux },
#endif
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 12:37 AM (18 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15817957
Default Alt Text
D27647.diff (722 B)
Attached To
Mode
D27647: Rename i386's Linux ELF to Linux ELF32
Attached
Detach File
Event Timeline
Log In to Comment