Page MenuHomeFreeBSD

libnetbsd: Avoid bringing in all of param.h
ClosedPublic

Authored by markj on Mon, Jun 22, 8:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 29, 4:21 PM
Unknown Object (File)
Sun, Jun 28, 5:55 PM
Unknown Object (File)
Sun, Jun 28, 2:58 PM
Unknown Object (File)
Sun, Jun 28, 2:50 PM
Unknown Object (File)
Sun, Jun 28, 4:06 AM
Unknown Object (File)
Sat, Jun 27, 6:23 PM
Unknown Object (File)
Fri, Jun 26, 9:51 AM
Unknown Object (File)
Thu, Jun 25, 1:07 PM
Subscribers

Details

Summary

It's okay to hard-code NBBY, the value is unlikely to change. The
pollution makes it harder to import test code from NetBSD since it can
introduce conflicting definitions.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Mon, Jun 22, 8:21 PM
This revision is now accepted and ready to land.Wed, Jun 24, 7:39 AM

What are the conflicting symbols BTW?

What are the conflicting symbols BTW?

I ported some tests which have not been committed yet to NetBSD, they failed to build due to a duplicate definition of MIN().