sys.lisp: Use OS:UNAME rather than UNIX:GET-HOST-NAME in CLisp.
[zone] / sys.lisp
index 9f900f7..bcc8433 100644 (file)
--- a/sys.lisp
+++ b/sys.lisp
@@ -42,7 +42,7 @@
   (sb-unix:unix-gethostname)
 
   #+clisp
-  (unix:get-host-name)
+  (os:uname-nodename (os:uname))
 
   #+ecl
   (cffi:with-foreign-pointer-as-string (buffer 256 len)