From: Mark Glines Date: Sun, 29 Sep 2002 01:21:47 +0000 (+0000) Subject: forgot to commit this earlier: removed some debugging, and enabled full functionality. X-Git-Tag: debian_version_1_0-1~29 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b67bea662b3e82d03a5787c40afcab119c33729;p=qemu-gpiodev%2Flibfuse.git forgot to commit this earlier: removed some debugging, and enabled full functionality. --- diff --git a/perl/examples/rmount.pl b/perl/examples/rmount.pl index 2c50791..9ae1cc1 100755 --- a/perl/examples/rmount.pl +++ b/perl/examples/rmount.pl @@ -30,7 +30,6 @@ map { my ($str) = $_; $args{$str} = sub { netlink($str,@_) } } sub connect_remote { sshopen2($host, *READER, *WRITER, "./rmount_remote.pl $dir") or die "ssh: $!\n"; -# open2(*READER,*WRITER,"./rmount_remote.pl $dir"); select WRITER; $| = 1; select STDOUT;