15 lines
307 B
Text
15 lines
307 B
Text
--- lib/gpsdisplay.c.orig Fri Jul 14 04:35:53 2006
|
|
+++ lib/gpsdisplay.c Sat Nov 21 00:27:32 2015
|
|
@@ -9,12 +9,7 @@
|
|
#include <ctype.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
-#include <strings.h>
|
|
-
|
|
-#ifdef LINUX
|
|
-/* Linux puts memset(3) in string.h */
|
|
#include <string.h>
|
|
-#endif
|
|
|
|
|
|
#include "gpslib.h"
|