From: Daniel Barlow Date: Sat, 26 Apr 2003 22:45:37 +0000 (+0000) Subject: 0.pre8.110 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=db3f2e1ed6f77d335215b0e4c10f28702ef517fd;p=sbcl.git 0.pre8.110 Syntax error in sparc/linux C runtime --- 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 diff --git a/version.lisp-expr b/version.lisp-expr index 8319e89..1d128af 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.pre8.109" +"0.pre8.110"