Actions
Bug #1865
closedOwn DragonFly ELF brand name
Description
Hi,
if you look at /proc/<pid>/etype
/ on a common DragonFly system, you'll
see either "FreeBSD ELF32" or "FreeBSD ELF64". Is there any real reason
why there is no "DragonFly ELFXX" ?
If no, what about the following patch: http://pastebin.com/HdA67VZW ?
Works fine here.
Cheers
Matthias
Updated by tuxillo almost 3 years ago
- Description updated (diff)
- Category set to Userland
- Status changed from New to Closed
- Assignee changed from 0 to mathias
- % Done changed from 0 to 100
No longer the case, closing:
$ cat /proc/curproc/etype DragonFly ELF64
Actions