K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-06-24T17:07:21.000000Z K 7 svn:log V 357 When using dump/rdump on large filesytems (my case 3 GB), the lseek claims multiple times to have failed. The problem is a off_t is converted into a int and checked for a negative. A true lseek check should be checking if the off_t is equal to -1 for failure. (Suggested fix from PR #bin/461) Submitted by: mark tinguely END