diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 11:41:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 11:48:04 +0100 |
commit | 7f5bc912ea2e69a2ba52655b494427afc77c2a05 (patch) | |
tree | f4225992c428c2254cf803cf19dda9a3382540d5 /package/olsrd/patches/patch-lib_pud_src_gpsdclient_h | |
parent | 60d65a4e3c373119f763d647b2f05e1937fe2e76 (diff) |
olsrd: update to 0.9.8
Diffstat (limited to 'package/olsrd/patches/patch-lib_pud_src_gpsdclient_h')
-rw-r--r-- | package/olsrd/patches/patch-lib_pud_src_gpsdclient_h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/olsrd/patches/patch-lib_pud_src_gpsdclient_h b/package/olsrd/patches/patch-lib_pud_src_gpsdclient_h new file mode 100644 index 000000000..635f97740 --- /dev/null +++ b/package/olsrd/patches/patch-lib_pud_src_gpsdclient_h @@ -0,0 +1,16 @@ +--- olsrd-0.9.8.orig/lib/pud/src/gpsdclient.h 2019-08-11 10:09:47.000000000 +0200 ++++ olsrd-0.9.8/lib/pud/src/gpsdclient.h 2024-02-29 11:24:18.019244869 +0100 +@@ -60,13 +60,6 @@ struct GpsdConnectionState { + struct devconfig_t dev[MAXUSERDEVS]; + }; + +-/* describe a data source */ +-struct fixsource_t { +- char spec[PATH_MAX]; /* working space, will be modified */ +- char *server; /* pointer into spec field */ +- char *port; /* pointer into spec field */ +- char *device; /* pointer into spec field */ +-}; + + /** + * The gpsd daemon spec |