summaryrefslogtreecommitdiff
path: root/test_packet.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-27 08:17:53 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-27 08:17:53 -0400
commit95e1dc568463108afaa55d7afaa3dda50e93b45a (patch)
treef6bfb99d1b174e0a4d9c2485dcb21e83483ae8dc /test_packet.c
parent05806755dbd7d671201df03194ddfebca1553a62 (diff)
downloadgpsd-95e1dc568463108afaa55d7afaa3dda50e93b45a.tar.gz
Structure member name change: packet -> lexer. No logic changes.
All regression tests pass.
Diffstat (limited to 'test_packet.c')
-rw-r--r--test_packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_packet.c b/test_packet.c
index 13c3e7bc..3bcf6279 100644
--- a/test_packet.c
+++ b/test_packet.c
@@ -272,7 +272,7 @@ static struct map runontests[] = {
static int packet_test(struct map *mp)
{
- struct gps_packet_t packet;
+ struct gps_lexer_t packet;
int failure = 0;
packet_init(&packet);
@@ -299,7 +299,7 @@ static int packet_test(struct map *mp)
static void runon_test(struct map *mp)
{
- struct gps_packet_t packet;
+ struct gps_lexer_t packet;
int nullfd = open("/dev/null", O_RDONLY);
ssize_t st;