No Description

200-musl-compat.patch 280B

12345678910
  1. --- a/compat.c
  2. +++ b/compat.c
  3. @@ -63,6 +63,7 @@ int snprintf(char *str, size_t size, con
  4. #ifndef HAVE_STRNSTR
  5. #include <string.h>
  6. +#include <sys/types.h>
  7. /* FUNCTION PROGRAMER: Siberiaic Sang */
  8. char *strnstr(const char *haystack, const char *needle, size_t haystacklen)
  9. {