chiark
/
gitweb
/
~mdw
/
zone
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
net.lisp: Write a bunch of better docstrings.
[zone]
/
sys.lisp
diff --git
a/sys.lisp
b/sys.lisp
index 9f900f77d71e4fdf7fa60af904f9b9f9fd8ea2a9..bcc84339f7d84de44d90e4a7301ca708d855628d 100644
(file)
--- 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)