diff --git a/asdf.lisp b/asdf.lisp index a6655c98b89f57741f5ddabf4b3be149bcfdf3cf..ca76297ba9437b26a54e7428952f212571beb6dd 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -516,7 +516,7 @@ and NIL NAME and TYPE components" ;;; what about VERSION??? #-windows (progn -#+clisp (defun get-uid () (linux:getuid)) +#+clisp (defun get-uid () (posix:uid)) #+sbcl (defun get-uid () (sb-unix:unix-getuid)) #+cmu (defun get-uid () (unix:unix-getuid)) #+ecl (defun get-uid () (ffi:c-inline () () :int "getuid()" :one-liner t))