<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
Thanks!  <BR>
<BR>
I'm completely busy until after this week (I have to prepare three lectures (and not in <BR>
my native language)) for a convention this weekend.<BR>
<BR>
I'll review these and add them next week, if Ian doesn't do it first.<BR>
<BR>
<BR>
<BR>
On Tue, 2006-07-18 at 19:29 +0300, Aycan iRiCAN wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">SBCL complained about invalid feature expression. So I fixed it.</FONT>

<FONT COLOR="#000000">$ cvs diff -u src/db-bdb/bdb-controller.lisp</FONT>
<FONT COLOR="#000000">Index: src/db-bdb/bdb-controller.lisp</FONT>
<FONT COLOR="#000000">===================================================================</FONT>
<FONT COLOR="#000000">RCS file: /project/elephant/cvsroot/elephant/src/db-bdb/bdb-controller.lisp,v</FONT>
<FONT COLOR="#000000">retrieving revision 1.9</FONT>
<FONT COLOR="#000000">diff -u -r1.9 bdb-controller.lisp</FONT>
<FONT COLOR="#000000">--- src/db-bdb/bdb-controller.lisp      19 Jun 2006 00:47:24 -0000      1.9</FONT>
<FONT COLOR="#000000">+++ src/db-bdb/bdb-controller.lisp      18 Jul 2006 16:14:55 -0000</FONT>
<FONT COLOR="#000000">@@ -193,7 +193,8 @@</FONT>

<FONT COLOR="#000000"> (defmethod shell-kill (pid)</FONT>
<FONT COLOR="#000000">   #+allegro (sys:reap-os-subprocess :pid pid :wait t)</FONT>
<FONT COLOR="#000000">-  #+(port (not allegro)) (port:run-prog "kill" :wait t :args (list "-9" (format nil "~A" pid)))</FONT>
<FONT COLOR="#000000">+  #+(and (not allegro) port) (port:run-prog "kill" :wait t :args (list "-9" (format nil "~A" pid)))</FONT>
<FONT COLOR="#000000">+  #+(and sbcl linux) (sb-ext:process-kill "/bin/kill" (list "-9" (format nil "~A" pid)))</FONT>
<FONT COLOR="#000000">   )</FONT>

<FONT COLOR="#000000"> ;;</FONT>

<FONT COLOR="#000000">Best Regards</FONT>

<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">elephant-devel site list</FONT>
<FONT COLOR="#000000"><A HREF="mailto:elephant-devel@common-lisp.net">elephant-devel@common-lisp.net</A></FONT>
<FONT COLOR="#000000"><A HREF="http://common-lisp.net/mailman/listinfo/elephant-devel">http://common-lisp.net/mailman/listinfo/elephant-devel</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>