Fix #329: Fix compiler warnings in os.lisp.
First, the function we want to call, get-unix-error-msg
, is in the
unix
package, not system
. Add package qualifier.
Second, there's no variable err
in the function. Just remove it
because the default arg for unix:get-unix-error-msg
extracts the C
errno
.