mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
8bf7847733
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
12 lines
388 B
C
12 lines
388 B
C
--- src/m/ia64.h.orig Fri Sep 29 06:00:37 2000
|
|
+++ src/m/ia64.h Thu Nov 20 13:44:02 2003
|
|
@@ -147,7 +147,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>
|
|
# else
|
|
# include <stdlib.h>
|