obexftp-0.23-gentoo.patch 388 B

1234567891011121314151617181920212223
  1. --- a/obexftp/client.c
  2. +++ b/obexftp/client.c
  3. @@ -51,8 +51,6 @@
  4. #ifdef HAVE_BLUETOOTH
  5. #include "bt_kit.h"
  6. -#else
  7. -#define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT
  8. #endif /* HAVE_BLUETOOTH */
  9. #include <openobex/obex.h>
  10. --- a/apps/obexftp.c
  11. +++ b/apps/obexftp.c
  12. @@ -29,6 +29,8 @@
  13. #include <sys/types.h>
  14. +#include <config.h>
  15. +
  16. #ifdef HAVE_SYS_TIMES_H
  17. #include <sys/times.h>
  18. #endif