Fix build error on the Alpha platform.

PR:		34888
Submitted by:	Matthew Luckie <kluckie@ihug.co.nz>
This commit is contained in:
MANTANI Nobutaka 2002-02-13 00:32:33 +00:00
parent 55343ff4ae
commit b6e55fd20c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54629

View File

@ -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