summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-02-13 00:32:33 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-02-13 00:32:33 +0000
commitb6e55fd20c511fc18d098105a3a0a233d45612a2 (patch)
treee05d05094ba3193bbf71301c59a0430ea6772f1a
parentAdd a patch to replace tmpnam with mkstemp. (diff)
Fix build error on the Alpha platform.
PR: 34888 Submitted by: Matthew Luckie <kluckie@ihug.co.nz>
-rw-r--r--editors/emacs21/files/patch-src:m:alpha.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs21/files/patch-src:m:alpha.h b/editors/emacs21/files/patch-src:m:alpha.h
new file mode 100644
index 000000000000..080a33650114
--- /dev/null
+++ b/editors/emacs21/files/patch-src:m:alpha.h
@@ -0,0 +1,11 @@
+--- src/m/alpha.h.orig Mon Oct 2 23:30:39 2000
++++ src/m/alpha.h Wed Feb 13 09:05:57 2002
+@@ -198,7 +198,7 @@
+
+ #ifndef NOT_C_CODE
+ /* We need these because pointers are larger than the default ints. */
+-#if !defined(__NetBSD__) && !defined(__OpenBSD__)
++#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__FreeBSD__)
+ #include <alloca.h>
+ #endif
+