From 93dc0fe8c756185712ed79157e75b07392bc9ea8 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sat, 15 Oct 2005 02:35:58 +0000 Subject: [PATCH] 0.9.5.60: Another documentation of MIPS ugliness. --- contrib/sb-posix/constants.lisp | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/sb-posix/constants.lisp b/contrib/sb-posix/constants.lisp index 84b1f91..776a60e 100644 --- a/contrib/sb-posix/constants.lisp +++ b/contrib/sb-posix/constants.lisp @@ -250,6 +250,7 @@ ("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 diff --git a/version.lisp-expr b/version.lisp-expr index ca41009..70146ff 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.5.59" +"0.9.5.60" -- 1.7.10.4