patch-lib_gpsdisplay_c 378 B

1234567891011121314151617
  1. $OpenBSD: patch-lib_gpsdisplay_c,v 1.1 2015/11/20 23:33:54 naddy Exp $
  2. --- lib/gpsdisplay.c.orig Fri Jul 14 04:35:53 2006
  3. +++ lib/gpsdisplay.c Sat Nov 21 00:27:32 2015
  4. @@ -9,12 +9,7 @@
  5. #include <ctype.h>
  6. #include <stdarg.h>
  7. #include <stdio.h>
  8. -#include <strings.h>
  9. -
  10. -#ifdef LINUX
  11. -/* Linux puts memset(3) in string.h */
  12. #include <string.h>
  13. -#endif
  14. #include "gpslib.h"