diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-28 21:13:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-28 21:13:53 +0000 |
commit | 263da1c74b64fc4cff07bf6261c5835356ec5681 (patch) | |
tree | c70f4543802bb929d8d96e17d93cbf2181c80254 /net/wistumbler2/files/patch-gpscontrol.c | |
parent | - Add more MASTER_SITES (diff) |
- Update to 2.0 pre7
PR: ports/66535
Submitted by: Adrian Steinmann <ast@marabu.ch>
Approved by: maintainer timeout (14 days)
Notes
Notes:
svn path=/head/; revision=110247
Diffstat (limited to 'net/wistumbler2/files/patch-gpscontrol.c')
-rw-r--r-- | net/wistumbler2/files/patch-gpscontrol.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/wistumbler2/files/patch-gpscontrol.c b/net/wistumbler2/files/patch-gpscontrol.c deleted file mode 100644 index 5703576d050a..000000000000 --- a/net/wistumbler2/files/patch-gpscontrol.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gpscontrol.c.orig Sat Nov 15 22:44:45 2003 -+++ src/gpscontrol.c Sun Mar 14 00:15:19 2004 -@@ -37,6 +37,9 @@ - #include <unistd.h> - #include <fcntl.h> - #include <termios.h> -+#ifdef __FreeBSD__ -+#include <string.h> -+#endif - #include <strings.h> - #include "gpscontrol.h" - |