]> git.zerfleddert.de Git - micropolis/commitdiff
correctly differentiate between solaris and SunOS
authorMichael Gernoth <michael@gernoth.net>
Mon, 14 Jan 2008 22:57:53 +0000 (23:57 +0100)
committerMichael Gernoth <michael@gernoth.net>
Mon, 14 Jan 2008 22:57:53 +0000 (23:57 +0100)
src/sim/headers/sim.h

index 7a81f7cc2718c2859f4b6f51352474571377d607..99ffbe07fdbd5993ea4b18051cc6c3f6ed1850f6 100644 (file)
 #endif
 
 #ifdef sun
-#ifdef SOLARIS2
+#ifdef __SVR4
 #include <sys/systeminfo.h>
 #else
 #include <sys/vadvise.h>
Impressum, Datenschutz