Page MenuHomeFreeBSD

Fix building of ufs with gcc 4.9.1
ClosedPublic

Authored by bapt on Oct 9 2014, 12:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 24, 3:24 PM
Unknown Object (File)
Tue, Oct 22, 8:19 AM
Unknown Object (File)
Oct 11 2024, 3:56 PM
Unknown Object (File)
Oct 6 2024, 2:56 PM
Unknown Object (File)
Oct 6 2024, 11:43 AM
Unknown Object (File)
Oct 3 2024, 12:28 PM
Unknown Object (File)
Oct 3 2024, 9:14 AM
Unknown Object (File)
Oct 1 2024, 9:09 AM
Subscribers

Details

Reviewers
kan
imp
Summary

Use offsetof() from sys/types.h instead of a custom one

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bapt retitled this revision from to Fix building of ufs with gcc 4.9.1.
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
kan added a reviewer: kan.
This revision is now accepted and ready to land.Oct 9 2014, 12:51 PM
imp added a reviewer: imp.
imp added a subscriber: imp.

that works

__offsetof() works w/o breaking userland.