Small pack mask change for 32-bit Linux compatibility.
authorDerrik Pates <demon@now.ai>
Fri, 24 Jun 2011 16:55:43 +0000 (10:55 -0600)
committerDerrik Pates <demon@now.ai>
Fri, 24 Jun 2011 16:55:43 +0000 (10:55 -0600)
test/statfs.t

index fb868a8..67c9474 100644 (file)
@@ -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]';