diff options
Diffstat (limited to 'astro/gpsdrive/files/patch-src-tm.c')
-rw-r--r-- | astro/gpsdrive/files/patch-src-tm.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/astro/gpsdrive/files/patch-src-tm.c b/astro/gpsdrive/files/patch-src-tm.c new file mode 100644 index 000000000000..a9ba3fe7fe37 --- /dev/null +++ b/astro/gpsdrive/files/patch-src-tm.c @@ -0,0 +1,12 @@ +--- src/tm.c~ Fri Apr 5 19:59:45 2002 ++++ src/tm.c Wed Jun 26 13:35:52 2002 +@@ -19,6 +19,9 @@ + extern char latd; + extern char lond; + ++void do_eminit (); ++ ++ + void process_message(char *sentence) + { + if (checksum(sentence)) { |