From: Christophe Rhodes Date: Sun, 9 Sep 2007 07:46:18 +0000 (+0000) Subject: 1.0.9.49: NetBSD 2.0 build fix (Aymeric Vincent sbcl-devel 2007-09-05) X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=dedc93e4b7ed42ee697006b017e4a6095be3c5b7;p=sbcl.git 1.0.9.49: NetBSD 2.0 build fix (Aymeric Vincent sbcl-devel 2007-09-05) No ptsname() and friends on NetBSD. --- diff --git a/tools-for-build/ldso-stubs.lisp b/tools-for-build/ldso-stubs.lisp index c9ee595..0360b1d 100644 --- a/tools-for-build/ldso-stubs.lisp +++ b/tools-for-build/ldso-stubs.lisp @@ -298,7 +298,7 @@ ldso_stub__ ## fct: ; \\ ;; #!-linkage-table, as we only need these stubs if ;; we don't have linkage-table. Done this way now to ;; cut down on the number of ports affected. - #!-(or win32 darwin freebsd) + #!-(or win32 darwin freebsd netbsd) '("ptsname" "grantpt" "unlockpt") diff --git a/version.lisp-expr b/version.lisp-expr index 06dc10c..c5a1f62 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".) -"1.0.9.48" +"1.0.9.49"