aboutsummaryrefslogtreecommitdiffstats
path: root/perl/examples/rmount.pl
diff options
context:
space:
mode:
authorMark Glines <mark@glines.org>2002-06-26 05:42:31 +0000
committerMark Glines <mark@glines.org>2002-06-26 05:42:31 +0000
commite215e7a2859804f1084813d264d3737809d57f99 (patch)
treefd5c286f7d045e530c20a492986ecf046c022f36 /perl/examples/rmount.pl
parent34f1a73ae024aba08f1222ffaa4a4dd30b505c20 (diff)
downloadlibfuse-e215e7a2859804f1084813d264d3737809d57f99.tar.gz
updated MANIFEST to reflect lack of examples in same dir
made rmount/rmount_remote binary-clean (oops)
Diffstat (limited to 'perl/examples/rmount.pl')
-rwxr-xr-xperl/examples/rmount.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/examples/rmount.pl b/perl/examples/rmount.pl
index eef8ed8..2c50791 100755
--- a/perl/examples/rmount.pl
+++ b/perl/examples/rmount.pl
@@ -47,7 +47,7 @@ $SIG{CHLD} = sub {
connect_remote;
sub netlink {
- my ($str) = join("\n",map {" $_"} (split("\n",Dumper(\@_))))."\n";
+ my ($str) = Dumper(\@_)."\n";
$str = sprintf("%08i\n%s",length($str),$str);
while(1) { # retry as necessary
my ($sig) = $SIG{ALRM};