mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
- stdio.h needs to pull in stdio.h/util.h for fparseln, not util.h - util.h needs to #include sys/types.h for flags_to_string, etc as flags_to_string uses u_long, which is typedef'ed in sys/types.h on FreeBSD |
||
|---|---|---|
| .. | ||
| netinet | ||
| sys | ||
| glob.h | ||
| Makefile | ||
| Makefile.depend | ||
| README | ||
| rmd160.h | ||
| sha1.h | ||
| sha2.h | ||
| stdio.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 modification. It is built as a static library and not installed for general use. Likewise, its header files are not installed.