]> git.zerfleddert.de Git - micropolis/blobdiff - src/sim/headers/sim.h
correctly differentiate between solaris and SunOS
[micropolis] / src / sim / headers / sim.h
index d6a31a11eb56a5952a79034a6c0bfc7a0333b204..99ffbe07fdbd5993ea4b18051cc6c3f6ed1850f6 100644 (file)
@@ -91,7 +91,6 @@
 #include <assert.h>
 #include <ctype.h>
 #include <setjmp.h>
-#include <malloc.h>
 #include <errno.h>
 #include <signal.h>
 #include <math.h>
 #endif
 
 #ifdef sun
-#ifdef SOLARIS2
+#ifdef __SVR4
 #include <sys/systeminfo.h>
 #else
 #include <sys/vadvise.h>
Impressum, Datenschutz