diff options
Diffstat (limited to 'benchmarks/nbench/files/patch-ac')
-rw-r--r-- | benchmarks/nbench/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/nbench/files/patch-ac b/benchmarks/nbench/files/patch-ac new file mode 100644 index 000000000000..c31eeaa16564 --- /dev/null +++ b/benchmarks/nbench/files/patch-ac @@ -0,0 +1,11 @@ +--- sysspec.h.orig Fri Dec 12 05:54:46 1997 ++++ sysspec.h Tue Jul 25 02:30:29 2000 +@@ -33,7 +33,7 @@ + + #include "nmglobal.h" + +-#ifndef MAC ++#if !defined(MAC) && !defined(__STDC__) + #include <malloc.h> + #endif + |