gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rwxr-xr-xgcl/gcl-tk/tkl.lisp 4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcl/gcl-tk/tkl.lisp b/gcl/gcl-tk/tkl.lisp
index a2de383c6..1ab3d5897 100755
--- a/gcl/gcl-tk/tkl.lisp
+++ b/gcl/gcl-tk/tkl.lisp
@@ -1411,12 +1411,12 @@
((probe-file (tk-conc si::*lib-directory* "gcl-tk/gcltksrv")))
(t (error "Must setenv GCL_TK_SERVER ")))))
(let ((pid (if host -1 (si::getpid)))
- (tk-socket (si::open-named-socket 0 nil))
+ (tk-socket (si::open-named-socket 0))
)
(cond ((not host) (setq hostid loopback))
(host (setq hostid (si::hostname-to-hostid (si::gethostname)))))
(or hostid (error "Can't find my address"))
- (setq tk-socket (si::open-named-socket 0 nil))
+ (setq tk-socket (si::open-named-socket 0))
(if (pathnamep gcltksrv) (setq gcltksrv (namestring gcltksrv)))
(let ((command
(tk-conc gcltksrv " " hostid " "
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月02日 04:25:38 +0000

AltStyle によって変換されたページ (->オリジナル) /