From 9b3e5228692d660c6119cd7090f61f691f65e508 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 29 Mar 2016 18:27:47 -0700 Subject: [PATCH] io.monitors.linux: fix a set. --- basis/io/monitors/linux/linux.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/io/monitors/linux/linux.factor b/basis/io/monitors/linux/linux.factor index ce0f90a863..4b73cb708c 100755 --- a/basis/io/monitors/linux/linux.factor +++ b/basis/io/monitors/linux/linux.factor @@ -123,9 +123,9 @@ M: linux-monitor dispose* ( monitor -- ) [ inotify-read-loop ] curry ignore-errors ; M: linux init-monitors - H{ } clone watches set + H{ } clone watches namespaces:set [ - [ inotify set ] + [ inotify namespaces:set ] [ [ inotify-read-thread ] curry "Linux monitor thread" spawn drop