freebsd-dev/lib/libnetbsd
Alex Richardson 5c050bc4fc libnetbsd: Make the function declaration of efopen() match the definition
In order to crossbuild FreeBSD on Mac/Linux I also need to build libnetbsd
and FILE* is not equal to struct __sFILE on those platforms.

Reviewed By:	brooks, emaste
Approved By:	jhb (mentor)
Differential Revision: https://reviews.freebsd.org/D13305
2018-01-16 21:43:21 +00:00
..
netinet The NetBSD libc tests use several definitions/macros that aren't available in 2014-10-22 21:04:54 +00:00
sys General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
efun.c libnetbsd: add emalloc and friends 2017-04-06 14:36:08 +00:00
glob.h Improve libnetbsd compatibility with NetBSD 2017-02-07 19:42:41 +00:00
Makefile libnetbsd: add emalloc and friends 2017-04-06 14:36:08 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
pthread.h Improve libnetbsd compatibility with NetBSD 2017-02-07 19:42:41 +00:00
README Fix spelling error. 2015-11-05 01:54:38 +00:00
rmd160.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
sha1.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
sha2.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
sockaddr_snprintf.c Port the getaddrinfo(1) utility from NetBSD 2017-03-20 16:44:55 +00:00
stdlib.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
strsuftoll.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
util.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
util.h libnetbsd: Make the function declaration of efopen() match the definition 2018-01-16 21:43:21 +00:00

$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.