From: Thiemo Seufer Date: Sun, 29 Oct 2006 20:19:27 +0000 (+0000) Subject: 0.9.18.14: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=28c2c3d4a880a183427123cf7a79c39674a02348;p=sbcl.git 0.9.18.14: Define CAUSEF_BD in the file, Linux 2.6.18 stopped exporting the define. --- diff --git a/src/runtime/mips-linux-os.c b/src/runtime/mips-linux-os.c index 17450af..1028b83 100644 --- a/src/runtime/mips-linux-os.c +++ b/src/runtime/mips-linux-os.c @@ -20,13 +20,12 @@ /* for cacheflush() */ #include -/* for BD_CAUSE */ -#include - #include "sbcl.h" #include "os.h" #include "arch.h" +#define CAUSEF_BD (1 << 31) + size_t os_vm_page_size; int diff --git a/version.lisp-expr b/version.lisp-expr index c969caf..d3e37d0 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.9.18.13" +"0.9.18.14"