freebsd-dev/sbin/dump
Joerg Wunsch d195e6deec 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 Add pointer to the `ft' command. 1995-01-26 00:32:58 +00:00
dump.h Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
dumprmt.c BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
itime.c BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
main.c Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
Makefile Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
optr.c Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
pathnames.h BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
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 BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00