Page MenuHomeFreeBSD

Add additional compat definitions/macros for netinet/in.h and sys/cdefs.h
ClosedPublic

Authored by ngie on Oct 22 2014, 6:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 6, 5:13 AM
Unknown Object (File)
Sat, Sep 5, 12:41 PM
Unknown Object (File)
Fri, Sep 4, 4:57 PM
Unknown Object (File)
Fri, Sep 4, 9:49 AM
Unknown Object (File)
Fri, Sep 4, 2:27 AM
Unknown Object (File)
Wed, Sep 2, 9:04 AM
Unknown Object (File)
Tue, Sep 1, 9:07 PM
Unknown Object (File)
Tue, Sep 1, 3:55 AM
Subscribers

Details

Reviewers
brooks
Summary

The NetBSD libc tests use several macros and patches that aren't available in FreeBSD

This patch adds those to lib/libnetbsd so the testcases can be compiled with libnetbsd without having to invent ad hoc #define's, or having to convert things over to FreeBSD idioms.

Diff Detail

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

Event Timeline

ngie retitled this revision from to Add additional compat definitions/macros for netinet/in.h and sys/cdefs.h.
ngie updated this object.
ngie edited the test plan for this revision. (Show Details)
ngie added subscribers: brooks, jmmv.
brooks added a reviewer: brooks.

This change looks fine to me (once I figured out that ___ isn't __ :-).

This revision is now accepted and ready to land.Oct 22 2014, 9:00 PM
In D993#3, @brooks wrote:

This change looks fine to me (once I figured out that ___ isn't __ :-).

:)

Committed as r273482 -- thanks!