sys->pctl(Sys->FORKNS, nil);
+ # get an authenticated connection
+ # run rio if you have a plan 9 window.
+ # if it's an inferno command. run a shell otherwise mount
+ # you also want to import that context.
+ # then what?
(dfd, err) := rexcall(system, authmethod, keyspec, ealgs);
if(dfd == nil)
fatal(err);
@@ -144,7 +149,7 @@
if(exdir != "/")
fatal("cannot export portion of namespace");
- sys->write(dfd, array[] of {byte 'O', byte 'K'}, 2);
+ sys->write(dfd, array of byte "OK", 2);
# set up the namespace that we wish to export
if(wmexport){
-eric
- sys->write(dfd, array[] of {byte 'O', byte 'K'}, 2);
+ sys->write(dfd, array of byte "OK", 2);
Was that the whole diff?
Sent from my iPhone