1234567891011121314151617 |
- $OpenBSD: patch-lib_gpsdisplay_c,v 1.1 2015/11/20 23:33:54 naddy Exp $
- --- 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"
|