diff options
Diffstat (limited to 'appl/cmd/styxlisten.b')
| -rw-r--r-- | appl/cmd/styxlisten.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/styxlisten.b b/appl/cmd/styxlisten.b index ae9f7b45..22182e25 100644 --- a/appl/cmd/styxlisten.b +++ b/appl/cmd/styxlisten.b @@ -108,7 +108,7 @@ init(ctxt: ref Draw->Context, argv: list of string) spawn listener(c, popen(ctxt, cmd, lsync), authinfo, algs, lsync); } -listener(c: ref Sys->Connection, mfd: ref Sys->FD, authinfo: ref Keyring->Authinfo, algs: list of string, lsync: chan of int) +listener(c: ref Dial->Connection, mfd: ref Sys->FD, authinfo: ref Keyring->Authinfo, algs: list of string, lsync: chan of int) { lsync <-= sys->pctl(0, nil); for (;;) { |
