freebsd-skq/sbin/dump
joerg fcc88c9123 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 <tinguely@opus.cs.ndsu.NoDak.edu>
1995-06-24 17:07:21 +00:00
..
dump.8
dump.h Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
dumprmt.c
itime.c
main.c Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
Makefile
optr.c Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
pathnames.h
tape.c Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
traverse.c When using dump/rdump on large filesytems (my case 3 GB), the lseek 1995-06-24 17:07:21 +00:00
unctime.c