diff options
Diffstat (limited to 'gpsd/gpsd-1.10-r0/gpsdc.patch')
-rw-r--r-- | gpsd/gpsd-1.10-r0/gpsdc.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gpsd/gpsd-1.10-r0/gpsdc.patch b/gpsd/gpsd-1.10-r0/gpsdc.patch deleted file mode 100644 index 61886e54fc..0000000000 --- a/gpsd/gpsd-1.10-r0/gpsdc.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- gpsd-1.10/gpsd.c.orig 2004-03-12 20:25:22.281457600 +0000 -+++ gpsd-1.10/gpsd.c 2004-03-12 20:27:55.263200840 +0000 -@@ -529,6 +529,26 @@ - ",G=%6.6s", - gNMEAdata.grid); - break; -+ case 'H': -+ case 'h': -+ sprintf(reply + strlen(reply), -+ ",H=%f", -+ gNMEAdata.track); -+ break; -+ case 'X': -+ case 'x': -+ if (!FD_ISSET(fd, fds)) -+ FD_SET(fd, fds); -+ sprintf(reply + strlen(reply), -+ " ,R=1"); -+ break; -+ case 'C': -+ case 'c': -+ if (FD_ISSET(fd, fds)) -+ FD_CLR(fd, fds); -+ sprintf(reply + strlen(reply), -+ " ,R=0"); -+ break; - case 'R': - case 'r': - if (FD_ISSET(fd, fds)) { |