Avoid a number of places where large drives could wrap a uint, and
authorEric Andersen <andersen@codepoet.org>
Mon, 28 Jun 2004 23:50:31 +0000 (23:50 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 28 Jun 2004 23:50:31 +0000 (23:50 -0000)
commitd926149d26d08df1d9ee84104f002098d1ba9b28
tree5b418a35c91b74e67e6b9bc7e6b92319fe87aab5
parent0373cf1396ad3c6906c7c4a12b90fb2685eda851
Avoid a number of places where large drives could wrap a uint, and
instead use off_t which will be automagically promoted to 64bit if
compiled with support for large drives.
 -Erik
util-linux/fdisk.c