updated xfsutils
[hdw-linux/hdw-linux.git] / packages / security / cryptsetup / ignore-libdevmapper-bug.patch
1 --- cryptsetup-0.1/src/setup.c  2004-03-07 22:56:34.000000000 +0100
2 +++ cryptsetup-new/src/setup.c  2006-01-03 01:54:01.000000000 +0100
3 @@ -236,7 +236,8 @@
4                         return -EEXIST;
5                 }
6                 if (r != -ENODEV)
7 -                       return r;
8 +                       // return r;
9 +                       puts("ignoring results of device mapper support check");
10         }
11  
12         if (options->key_size < 0 || options->key_size > 1024) {