From 945f1bf1e605819fa1a920cc1cec96379292bca8 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 14 Jan 2008 23:57:53 +0100 Subject: [PATCH] correctly differentiate between solaris and SunOS --- src/sim/headers/sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sim/headers/sim.h b/src/sim/headers/sim.h index 7a81f7c..99ffbe0 100644 --- a/src/sim/headers/sim.h +++ b/src/sim/headers/sim.h @@ -111,7 +111,7 @@ #endif #ifdef sun -#ifdef SOLARIS2 +#ifdef __SVR4 #include #else #include -- 2.39.2