]> Zhao Yanbai Git Server - minix.git/commit
part(8)/autopart(8): remove partition hack
authorDavid van Moolenbroek <david@minix3.org>
Sun, 14 Oct 2012 23:00:51 +0000 (01:00 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 16 Oct 2012 13:24:26 +0000 (15:24 +0200)
commit3399c2c966a57b6e50225330417f7577fd5d04ba
tree25eab56c8e4090409e8096854a5e51388978f3c8
parentab12636b79ea6b9bf1242a4cba2bf4a93f6a39e6
part(8)/autopart(8): remove partition hack

We have actually had lseek64 for quite a while now, so it's no longer
necessary to do horrible things to the partition table just to be able
to access large offsets into a device.

Also fix the compiler warnings in these commands.
commands/autopart/autopart.c
commands/part/part.c