Page MenuHomeFreeBSD

kern_mib: remove kern.fallback_elf_brand compat sysctl
AcceptedPublic

Authored by chris.longros_gmail.com on Wed, Mar 25, 2:06 PM.
Tags
None
Referenced Files
F151966471: D56085.id.diff
Sat, Apr 11, 8:04 PM
F151937145: D56085.diff
Sat, Apr 11, 3:31 PM
Unknown Object (File)
Thu, Apr 9, 2:24 AM
Unknown Object (File)
Wed, Apr 8, 9:59 AM
Unknown Object (File)
Mon, Apr 6, 12:45 PM
Unknown Object (File)
Tue, Mar 31, 6:10 PM
Unknown Object (File)
Mon, Mar 30, 8:55 PM
Unknown Object (File)
Mon, Mar 30, 3:57 PM
Subscribers

Details

Reviewers
kib
Summary

This compatibility alias for kern.elf{32,64}.fallback_brand has been
marked for removal since FreeBSD 6.0.

Signed-off-by: Christos Longros <chris.longros@gmail.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 71716
Build 68599: arc lint + arc unit

Event Timeline

Does the extern declaration for __elfN(fallback_brand) in sys/sys/imgact_elf.h is needed after the patch? Could the __elfN(fallback_brand) var made static in kern_elf.c?

Good point. Updated the made __elfN(fallback_brand) from extern to static in imgact_elf.c.

make fallback_brand static, remove extern

This revision is now accepted and ready to land.Fri, Mar 27, 2:04 AM