1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/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
itime.c
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
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