From 92244440d80b3e762eb51ddcaca20f00dc100d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 24 Apr 1998 11:27:06 -0700 Subject: [PATCH] bugfix Rev: NT/tools/sprshd:1.8 --- NT/tools/sprshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NT/tools/sprshd b/NT/tools/sprshd index c6f0f0d6ec..276425d69f 100755 --- a/NT/tools/sprshd +++ b/NT/tools/sprshd @@ -98,7 +98,7 @@ void handle_incoming_connection(object(Stdio.File) io) if(!err) { -#if !constant(Process.PROP_IPC) +#if !constant(Stdio.PROP_IPC) thread_create(monitor,p2,p); #endif while(1) -- GitLab