X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.c;h=6d82304f5ac46992b819efa4dd883a33b7cbbbb9;hb=860543cc7ba0266e41e1d41ac9b6a208f3795f1a;hp=2029247f35a28020a0500a696e2b3069869fd6ef;hpb=fe240ce504041bfb181a81cb11b7b4bba112f65f;p=sbcl.git diff --git a/src/runtime/linux-os.c b/src/runtime/linux-os.c index 2029247..6d82304 100644 --- a/src/runtime/linux-os.c +++ b/src/runtime/linux-os.c @@ -75,7 +75,7 @@ void os_init(void) #endif #ifdef LISP_FEATURE_SPARC if ((major_version <2) || (major_version==2 && minor_version < 4)) { - FSHOW((stderr,"linux kernel %d.%d predates 2.4;\n enabling workarounds for SPARC kernel bugs in signal handling.\n", minor_version)); + FSHOW((stderr,"linux kernel %d.%d predates 2.4;\n enabling workarounds for SPARC kernel bugs in signal handling.\n", major_version,minor_version)); linux_sparc_siginfo_bug = 1; } #endif