From: Derrik Pates Date: Fri, 24 Jun 2011 16:55:43 +0000 (-0600) Subject: Small pack mask change for 32-bit Linux compatibility. X-Git-Url: http://git.rot13.org/?p=perl-fuse.git;a=commitdiff_plain;h=acb2990cc8b901791b40f7f2f52bcf887b9b6402 Small pack mask change for 32-bit Linux compatibility. --- diff --git a/test/statfs.t b/test/statfs.t index fb868a8..67c9474 100644 --- a/test/statfs.t +++ b/test/statfs.t @@ -11,7 +11,7 @@ eval { # around and other such nastiness. my $packmask; if ($^O eq 'linux') { - $packmask = 'x[L!]L![6]x[L!]L!'; + $packmask = 'x[L!]L![6]x[L]x[L]L'; } elsif ($^O eq 'freebsd') { $packmask = 'x[16]Qx[8]Q[2]qQqx[112]Lx[4]';