diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-02 01:03:40 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-02 01:03:40 +0000 |
commit | fd39b58ad1825ad210a75ed4282d1632c2e95f12 (patch) | |
tree | 159a02c1e0bb56673001f98ba68e45d6a1e7f35c /astro/gpsdrive/files/patch-src-tm.c | |
parent | Fix squid config path and bump PORTREVISION. (diff) |
Update to 1.23.r9
PR: ports/39950
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=62305
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)) { |