File buildfix.diff of Package gpsd
--- drivers.c.orig 2009-06-30 22:22:37.000000000 +0000
+++ drivers.c 2009-06-30 22:23:26.000000000 +0000
@@ -935,7 +935,7 @@ static gps_mask_t garmintxt_parse_input(
static const struct gps_type_t garmintxt = {
.type_name = "Garmin Simple Text", /* full name of type */
- .packet_type = RTCM2_PACKET; /* associated lexer packet type */
+ .packet_type = RTCM2_PACKET, /* associated lexer packet type */
.trigger = NULL, /* no recognition string */
.channels = 0, /* not used */
.probe_wakeup = NULL, /* no wakeup to be done before hunt */