1 __BEGIN_DECLS/__END_DECLS are BSD specific and not defined in musl
2 glibc and uclibc had sys/cdefs.h doing it.
4 Upstream-Status: Pending
5 Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 Index: tcp_wrappers_7.6/tcpd.h
8 ===================================================================
9 --- tcp_wrappers_7.6.orig/tcpd.h
10 +++ tcp_wrappers_7.6/tcpd.h
12 #include <netinet/in.h>
20 /* Structure to describe one communications endpoint. */
22 @@ -252,6 +254,8 @@ extern char *fix_strtok();
23 extern char *my_strtok();