freebsd-dev/lib/libopenbsd
Alex Richardson abc73e04c2 Allow bootstrapping libopenbsd on Linux
The getdtablecount.c file won't compile on Linux but it seems like none of
the bootstrap tools actually need it.

Reviewed By:	emaste, brooks
Differential Revision: https://reviews.freebsd.org/D14244
2018-12-05 10:58:02 +00:00
..
sys Fix bootstrapping of libopenbsd on build hosts where KERN_PROC_NFDS 2015-11-14 23:43:59 +00:00
getdtablecount.c Implemtn getdtablecount() to count open file descriptors for current process. 2015-11-14 23:07:38 +00:00
imsg_init.3 Fix a few more speelling errors 2017-12-28 01:31:28 +00:00
imsg-buffer.c
imsg.c Merge from OpenBSD: 2015-12-09 19:22:20 +00:00
imsg.h
Makefile Allow bootstrapping libopenbsd on Linux 2018-12-05 10:58:02 +00:00
Makefile.depend
ohash_init.3
ohash_interval.3
ohash.c
ohash.h
README Fix spelling error. 2015-11-05 01:54:38 +00:00
unistd.h Implemtn getdtablecount() to count open file descriptors for current process. 2015-11-14 23:07:38 +00:00

$FreeBSD$

libopenbsd is a thin compatibility layer intended to allow a limited
set of OpenBSD 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.