You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
401 B

  1. diff --git a/compat.h b/compat.h
  2. index 65d6ec7..7fc3aa7 100644
  3. --- a/compat.h
  4. +++ b/compat.h
  5. @@ -219,7 +219,9 @@ int daemon(int, int);
  6. #ifndef HAVE_B64_NTOP
  7. /* b64_ntop.c */
  8. #undef b64_ntop /* for Cygwin */
  9. -int b64_ntop(const char *, size_t, char *, size_t);
  10. +int local_b64_ntop(const char *, size_t, char *, size_t);
  11. +#else
  12. +#define local_b64_ntop b64_ntop
  13. #endif
  14. #ifndef HAVE_FORKPTY