0.9.5.60:
authorThiemo Seufer <ths@networkno.de>
Sat, 15 Oct 2005 02:35:58 +0000 (02:35 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 15 Oct 2005 02:35:58 +0000 (02:35 +0000)
Another documentation of MIPS ugliness.

contrib/sb-posix/constants.lisp
version.lisp-expr

index 84b1f91..776a60e 100644 (file)
              ("struct stat"
               (mode-t mode "mode_t" "st_mode")
               (ino-t ino "ino_t" "st_ino")
+              ;; Linux/MIPS uses unsigned long instead of dev_t here.
               #-mips
               (dev-t dev "dev_t" "st_dev")
               #+mips
index ca41009..70146ff 100644 (file)
@@ -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.5.59"
+"0.9.5.60"