mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
FreeBSD Add the missing compat definitions/macros 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 Reviewed by: brooks Phabric: D993 Sponsored by: EMC / Isilon Storage Division |
||
|---|---|---|
| .. | ||
| netinet | ||
| sys | ||
| Makefile | ||
| README | ||
| rmd160.h | ||
| sha1.h | ||
| sha2.h | ||
| stdlib.h | ||
| strsuftoll.c | ||
| util.c | ||
| util.h | ||
$FreeBSD$ libnetbsd is a thin compatibility layer intended to allow a limited set of NetBSD software to compile as part of the FreeBSD build with little or no modifiction. It is built as a static library and not installed for general use. Likewise, its header files are not installed.