Page MenuHomeFreeBSD

kldxref: change ef_get_offset() return to Elf_Off
ClosedPublic

Authored by mhorne063_gmail.com on Jan 17 2018, 8:10 PM.
Tags
None
Referenced Files
F151726541: D13957.diff
Fri, Apr 10, 7:17 AM
F151691171: D13957.id50211.diff
Fri, Apr 10, 1:26 AM
Unknown Object (File)
Thu, Apr 9, 10:20 AM
Unknown Object (File)
Wed, Apr 8, 11:13 PM
Unknown Object (File)
Fri, Mar 20, 5:16 PM
Unknown Object (File)
Fri, Mar 20, 7:57 AM
Unknown Object (File)
Thu, Mar 19, 12:26 PM
Unknown Object (File)
Thu, Mar 19, 9:36 AM
Subscribers

Details

Summary

Update the return type of ef_get_offset() to a more appropriate type, as mentioned here.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Put style changes for one more review

usr.sbin/kldxref/ef.c
462 ↗(On Diff #38106)

void *dest

473 ↗(On Diff #38106)

return ()

477 ↗(On Diff #38106)

void *dest

This revision is now accepted and ready to land.Jan 17 2018, 8:28 PM
This revision was automatically updated to reflect the committed changes.