summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-02 11:26:42 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-02 11:26:42 -0400
commit41c1f46fe309e897b9a642beb929626e4171bc20 (patch)
treeb83e107e4fd88e20d50b6645015d1aaeff5e782e /gpsd.h-tail
parent5c1ecd8082b4c49957db5853fadeb45318276454 (diff)
downloadgpsd-41c1f46fe309e897b9a642beb929626e4171bc20.tar.gz
Use size_t where appropriate, suppressing some splint warnings.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 8d04630b..b7f6970f 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -586,8 +586,8 @@ struct gps_device_t {
int mode;
unsigned int mode_valid;
unsigned int idx;
- unsigned int ptr;
- unsigned int fast_packet_len;
+ unsigned size_t ptr;
+ unsigned size_t fast_packet_len;
int type;
void *workpgn;
void *pgnlist;