Subject: Re: CVS commit: [netbsd-3] src
To: None <source-changes@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: source-changes
Date: 04/06/2006 22:45:35
Matthias Scheler <tron@netbsd.org> writes:

> Module Name:	src
> Committed By:	tron
> Date:		Thu Apr  6 19:30:54 UTC 2006
>
> Modified Files:
> 	src/doc [netbsd-3]: CHANGES-3.1
> 	src/sys/uvm [netbsd-3]: uvm_swap.c
>
> Log Message:
> Backout ticket #1241 because it requires the blist framework which
> is not available in NetBSD 3.x.

My apologies; I screwed up by neglecting to test the change I'd requested.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))