1.0.9.49: NetBSD 2.0 build fix (Aymeric Vincent sbcl-devel 2007-09-05)
authorChristophe Rhodes <csr21@cantab.net>
Sun, 9 Sep 2007 07:46:18 +0000 (07:46 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Sun, 9 Sep 2007 07:46:18 +0000 (07:46 +0000)
No ptsname() and friends on NetBSD.

tools-for-build/ldso-stubs.lisp
version.lisp-expr

index c9ee595..0360b1d 100644 (file)
@@ -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")
index 06dc10c..c5a1f62 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".)
-"1.0.9.48"
+"1.0.9.49"