? fasl Index: swank-sbcl.lisp =================================================================== RCS file: /project/slime/cvsroot/slime/swank-sbcl.lisp,v retrieving revision 1.79 diff -u -r1.79 swank-sbcl.lisp --- swank-sbcl.lisp 22 Mar 2004 13:57:00 -0000 1.79 +++ swank-sbcl.lisp 24 Mar 2004 11:02:28 -0000 @@ -188,8 +188,8 @@ (declare (type function fn)) (sb-sys:without-interrupts (funcall fn))) -(defmethod getpid () - (sb-unix:unix-getpid)) +(defimplementation getpid () + (sb-posix:getpid)) (defimplementation lisp-implementation-type-name () "sbcl")