If I remove the three sections like this in linux.c
the build completes and the program runs:

if (posix_memalign(&diobuf, PED_SECTOR_SIZE_DEFAULT,
                   count * PED_SECTOR_SIZE_DEFAULT) !=
0)
        return 0; 

I hope this helps,
Patrick

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


_______________________________________________
bug-parted mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to