diff options
Diffstat (limited to 'editors/emacs20/patches/patch-am')
-rw-r--r-- | editors/emacs20/patches/patch-am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/emacs20/patches/patch-am b/editors/emacs20/patches/patch-am new file mode 100644 index 00000000000..60a59c0bb51 --- /dev/null +++ b/editors/emacs20/patches/patch-am @@ -0,0 +1,15 @@ +$NetBSD: patch-am,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $ + +--- src/xfns.c.orig Thu Jul 1 02:09:39 1999 ++++ src/xfns.c Sun Sep 1 15:36:55 2002 +@@ -22,6 +22,10 @@ + + /* Rewritten for X11 by Joseph Arceneaux */ + ++#ifdef __sun__ ++#include <strings.h> ++#endif ++ + #include <signal.h> + #include <config.h> + |