From d7588efc2f61a6cbd015518e1f5ecde33d1ca48b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 May 1998 16:39:51 +0000 Subject: Per suggestion from Ralf Corsepius made all macros solaris2 -- not solaris or solaris2. --- c/src/exec/score/cpu/unix/unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu') diff --git a/c/src/exec/score/cpu/unix/unix.h b/c/src/exec/score/cpu/unix/unix.h index 50245cafc9..5753e7bf1a 100644 --- a/c/src/exec/score/cpu/unix/unix.h +++ b/c/src/exec/score/cpu/unix/unix.h @@ -34,7 +34,7 @@ extern "C" { #define CPU_MODEL_NAME "HP-UX" -#elif defined(solaris) +#elif defined(solaris2) #define CPU_MODEL_NAME "Solaris" -- cgit v1.2.3