diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-09 17:50:39 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-09 17:50:39 +0000 |
commit | ff557b9f3359700f3756cfbe5a1e980de27efa0c (patch) | |
tree | 6b55ea6558f12ab1832a6eacb814f1150a37c03b /astro/gpsdrive/files/patch-src-em.c | |
parent | Update to 0.87 (diff) |
Update to 1.26.r4
PR: ports/41469
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=64293
Diffstat (limited to 'astro/gpsdrive/files/patch-src-em.c')
-rw-r--r-- | astro/gpsdrive/files/patch-src-em.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/astro/gpsdrive/files/patch-src-em.c b/astro/gpsdrive/files/patch-src-em.c deleted file mode 100644 index 1c2238163cfd..000000000000 --- a/astro/gpsdrive/files/patch-src-em.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/em.c~ Tue Apr 16 15:06:51 2002 -+++ src/em.c Thu Jun 27 17:54:05 2002 -@@ -362,7 +362,8 @@ - char *bufp; - char *bufp2; - int i = 0, j = 0, nmea = 0; -- int fd, nfds; -+ int fd; -+ extern int nfds; - - if (p[h->ndata] == em_checksum (p, h->ndata)) - { -@@ -475,7 +476,6 @@ - } - if (nmea > 0) - { -- nfds = getdtablesize (); - if (debug > 4) - fprintf (stderr, "%s", buf); - for (fd = 0; fd < nfds; fd++) |