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)
Tue, Jun 11, 5:09 PM
Unknown Object (File)
Tue, Jun 11, 5:06 PM
Unknown Object (File)
Apr 29 2024, 8:30 PM
Unknown Object (File)
Apr 29 2024, 7:53 PM
Unknown Object (File)
Feb 6 2024, 2:31 AM
Unknown Object (File)
Feb 5 2024, 8:15 PM
Unknown Object (File)
Nov 7 2023, 11:55 PM
Unknown Object (File)
Nov 7 2023, 4:44 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!