commit | d926149d26d08df1d9ee84104f002098d1ba9b28 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Jun 28 23:50:31 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Jun 28 23:50:31 2004 +0000 |
tree | 5b418a35c91b74e67e6b9bc7e6b92319fe87aab5 | |
parent | 0373cf1396ad3c6906c7c4a12b90fb2685eda851 [diff] |
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