blob: a8113b1265d1e254e9d8009b4c20677e62355d26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ac,v 1.3 2009/08/01 05:26:24 hasso Exp $
--- lib/gpsdisplay.c.orig 2009-07-31 00:20:09 +0300
+++ lib/gpsdisplay.c 2009-07-31 00:20:20 +0300
@@ -10,11 +10,7 @@
#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"
|