diff options
Diffstat (limited to 'cad/geda-utils/patches/patch-aa')
-rw-r--r-- | cad/geda-utils/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/geda-utils/patches/patch-aa b/cad/geda-utils/patches/patch-aa deleted file mode 100644 index fb35486c8df..00000000000 --- a/cad/geda-utils/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2001/07/17 03:03:57 dmcmahill Exp $ - ---- src/char_width.c.orig Thu Jul 22 21:32:32 1999 -+++ src/char_width.c Mon Jul 16 17:56:45 2001 -@@ -1,3 +1,8 @@ - -+#include "config.h" -+#ifdef HAVE_STRINGS_H -+#include <strings.h> -+#endif -+ - #define CHAR_POINTS 2 - |