0002-Fix-linking-error.patch 778 B

1234567891011121314151617181920212223242526272829
  1. From 974541b80bf8d7ec78ed9214a1b541957670f9cd Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Jos=C3=A9=20Pekkarinen?= <jose.pekkarinen@unikie.com>
  3. Date: Fri, 10 Dec 2021 14:36:55 +0200
  4. Subject: [PATCH] Fix linking error
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. Signed-off-by: José Pekkarinen <jose.pekkarinen@unikie.com>
  9. ---
  10. src/bmx.h | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/src/bmx.h b/src/bmx.h
  13. index 4269903..7789f7f 100644
  14. --- a/src/bmx.h
  15. +++ b/src/bmx.h
  16. @@ -290,7 +290,7 @@ enum ADGSN {
  17. #define SUCCESS 0
  18. #define FAILURE -1
  19. -const void* FAILURE_PTR;
  20. +extern const void* FAILURE_PTR;
  21. #define MAX_SELECT_TIMEOUT_MS 1100 /* MUST be smaller than (1000/2) to fit into max tv_usec */
  22. --
  23. 2.30.2