Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/benchmarks/nbench/files/patch-sysspec.h
16130 views
1
--- sysspec.h.orig 2003-02-19 21:37:21 UTC
2
+++ sysspec.h
3
@@ -33,7 +33,7 @@
4
5
#include "nmglobal.h"
6
7
-#if !defined(MAC) && !defined(OSX)
8
+#if !defined(MAC) && !defined(__STDC__)
9
#include <malloc.h>
10
#endif
11
12
13