Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102074586
D42442.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
580 B
Referenced Files
None
Subscribers
None
D42442.diff
View Options
diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c
--- a/sys/kern/imgact_elf.c
+++ b/sys/kern/imgact_elf.c
@@ -247,7 +247,6 @@
return (true);
}
-static const char GNU_ABI_VENDOR[] = "GNU";
static int GNU_KFREEBSD_ABI_DESC = 3;
Elf_Brandnote __elfN(kfreebsd_brandnote) = {
diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h
--- a/sys/sys/imgact_elf.h
+++ b/sys/sys/imgact_elf.h
@@ -100,6 +100,7 @@
#define MAX_BRANDS 8
#define FREEBSD_ABI_VENDOR "FreeBSD"
+#define GNU_ABI_VENDOR "GNU"
typedef void (*outfunc_t)(void *, struct sbuf *, size_t *);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 7:34 AM (21 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14530454
Default Alt Text
D42442.diff (580 B)
Attached To
Mode
D42442: imgact_elf: Move GNU_ABI_VENDOR to a common header
Attached
Detach File
Event Timeline
Log In to Comment