From dedc93e4b7ed42ee697006b017e4a6095be3c5b7 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Sun, 9 Sep 2007 07:46:18 +0000 Subject: [PATCH] 1.0.9.49: NetBSD 2.0 build fix (Aymeric Vincent sbcl-devel 2007-09-05) No ptsname() and friends on NetBSD. --- tools-for-build/ldso-stubs.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4