0006-build-patch-for-gpsd-3-25.patch 982 B

12345678910111213141516171819202122232425262728293031
  1. From 17d583258969c1d182361e0e168b3cad79ef64e6 Mon Sep 17 00:00:00 2001
  2. From: Rui Chen <rui@chenrui.dev>
  3. Date: Mon, 16 Jan 2023 18:35:32 -0500
  4. Subject: [PATCH] build: patch for gpsd 3.25
  5. Signed-off-by: Rui Chen <rui@chenrui.dev>
  6. [Retrieved from: https://github.com/OLSR/olsrd/pull/119]
  7. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  8. ---
  9. lib/pud/src/gpsdclient.h | 8 --------
  10. 1 file changed, 8 deletions(-)
  11. diff --git a/lib/pud/src/gpsdclient.h b/lib/pud/src/gpsdclient.h
  12. index 061056b12..a51dd2211 100644
  13. --- a/lib/pud/src/gpsdclient.h
  14. +++ b/lib/pud/src/gpsdclient.h
  15. @@ -60,14 +60,6 @@ struct GpsdConnectionState {
  16. struct devconfig_t dev[MAXUSERDEVS];
  17. };
  18. -/* describe a data source */
  19. -struct fixsource_t {
  20. - char spec[PATH_MAX]; /* working space, will be modified */
  21. - char *server; /* pointer into spec field */
  22. - char *port; /* pointer into spec field */
  23. - char *device; /* pointer into spec field */
  24. -};
  25. -
  26. /**
  27. * The gpsd daemon spec
  28. */