summaryrefslogtreecommitdiff
path: root/geography/gpsutils/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'geography/gpsutils/patches/patch-ac')
-rw-r--r--geography/gpsutils/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/geography/gpsutils/patches/patch-ac b/geography/gpsutils/patches/patch-ac
new file mode 100644
index 00000000000..7928e48cf4d
--- /dev/null
+++ b/geography/gpsutils/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/10/04 20:57:49 jschauma Exp $
+
+--- capture.c.orig 2003-10-04 16:27:42.000000000 -0400
++++ capture.c 2003-10-04 16:28:29.000000000 -0400
+@@ -127,6 +127,7 @@
+ if (fp==NULL)
+ {
+ fprintf (stderr,"error opening dleph.txt\n");
++ exit(1);
+ }
+ n = fread (buf, 1, 32, fp);
+ fclose (fp);