aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs20-mule-devel/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs20-mule-devel/files/patch-ai')
-rw-r--r--editors/emacs20-mule-devel/files/patch-ai17
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/emacs20-mule-devel/files/patch-ai b/editors/emacs20-mule-devel/files/patch-ai
deleted file mode 100644
index c506c8761586..000000000000
--- a/editors/emacs20-mule-devel/files/patch-ai
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/unexelf.c.orig Mon May 15 17:14:02 2000
-+++ src/unexelf.c Sat Jul 1 18:17:15 2000
-@@ -506,6 +506,14 @@
- # include <link.h> /* get ElfW etc */
- #endif
-
-+#ifdef __FreeBSD__
-+# ifdef __STDC__
-+# define ElfW(type) Elf_##type
-+# else
-+# define ElfW(type) Elf_/**/type
-+# endif
-+#endif
-+
- #ifndef ElfW
- # ifdef __STDC__
- # define ElfBitsW(bits, type) Elf##bits##_##type