X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zone/blobdiff_plain/e1528fd65d3fa74456eae023ce9ce215c7716969..babb8dd20692a2dcdd87b507116b6a94f60463cc:/sys.lisp diff --git a/sys.lisp b/sys.lisp index 9f900f7..bcc8433 100644 --- a/sys.lisp +++ b/sys.lisp @@ -42,7 +42,7 @@ (defun gethostname () (sb-unix:unix-gethostname) #+clisp - (unix:get-host-name) + (os:uname-nodename (os:uname)) #+ecl (cffi:with-foreign-pointer-as-string (buffer 256 len)