Add statfs and funopen wrapper.
modified compat/Makefile.am
@@ -9,10 +9,7 @@ libbsd_compat_la_SOURCES= basename.c \
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
modified compat/bsd_compat.h
@@ -150,4 +150,13 @@ char * strnstr(const char *s, const char *find, size_t slen);
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified compat/strnstr.c
@@ -34,6 +34,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -58,4 +59,4 @@ strnstr(const char *s, const char *find, size_t slen)
|
|
|
|
|
|
| - | |
| + | |
modified configure.ac
@@ -110,6 +110,7 @@ AC_CHECK_HEADERS_ONCE([osreldate.h])
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -133,6 +134,7 @@ AC_CHECK_FUNCS_ONCE([strerror_r])
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -158,7 +160,7 @@ AC_CHECK_MEMBERS([struct in6_addr.s6_addr32,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|