<h5>ERROR</h5> <pre> ..../aserve/main.cl" @218: there is no package with name "UNIX" </pre> <h5>CODE</h5> <pre> #+(and clisp unix) (defun getpid () (unix:getpid)) </pre> <h5>It's possible to change "unix:getpid" to "sys::process-pid", but I'm not sure.</h5>
ERROR
..../aserve/main.cl" @218: there is no package with name "UNIX"CODE
#+(and clisp unix) (defun getpid () (unix:getpid))It's possible to change "unix:getpid" to "sys::process-pid", but I'm not sure.